COLOR #259225

HEX: #259225
RGB: (37,146,37)

Color info

#259225 contains mainly green color. Web safe color of #259225 is #339933 (or #393).

RGB color model

#259225 color RGB value is (37,146,37).

  • red value is 37;
  • green value is 146;
  • blue value is 37.
RGB:
(37,146,37)
(15%,57%,15%)

RGB channels and saturation

R 37 of 255 = 15%
G 146 of 255 = 57%
B 37 of 255 = 15%

37
146
37

R + G + B ~ 29%. #259225 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 146 + 37 = 220 (100%)
R 37 of 220 ~ 16.82%
G 146 of 220 ~ 66.36%
B 37 of 220 ~ 16.82%

%16.82
%66.36
%16.82

CMYK color model

#259225 color CMYK value is (75,0,75,43).

  • cyan value is 74.66%
  • magenta value is 0.00%
  • yellow value is 74.66%
  • key color value is 42.75%
CMYK:
(75,0,75,43)
C75M0Y75K43 
(75%,0%,75%,43%)
(0.75/0.00/0.75/0.43)	

CMYK percentages

%74.66
%0
%74.66
%42.75

Codes

Color #259225 in popluar color models

259225
RGB3714637
HSL120°59.56%35.88%
HSB/HSV120°74.66%57.25%
CMYK74.66%0.00%74.66%
42.75%

Color #259225 in popluar number systems.

HEX259225
Decimal3714637
Binary10010110010010100101
Octal4522245

Shades and tints

Shades of #259225

#259225
(37,146,37)
#228522
(34,133,34)
#1F781F
(31,120,31)
#1C6B1C
(28,107,28)
#195E19
(25,94,25)
#165116
(22,81,22)
#134413
(19,68,19)
#103710
(16,55,16)
#0D2A0D
(13,42,13)
#0A1D0A
(10,29,10)
#071007
(7,16,7)
#000000
(0,0,0)

Tints of #259225

#259225
(37,146,37)
#389B38
(56,155,56)
#4BA44B
(75,164,75)
#5EAD5E
(94,173,94)
#71B671
(113,182,113)
#84BF84
(132,191,132)
#97C897
(151,200,151)
#AAD1AA
(170,209,170)
#BDDABD
(189,218,189)
#D0E3D0
(208,227,208)
#E3ECE3
(227,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #259225 color. Also use rgb(37,146,37) instead hex code.

Text Font Color

.myTextColor { color: #259225; }

<p style="color:#259225">This sample text font color is #259225.</p>

This text font color is #259225.


Background Color

.myBgColor { background-color: #259225; }

<div style="background-color:#259225">Inner text</div>

This div background color is #259225.


Border color

.myBorderColor { border: 1px solid #259225; }

<div style="border:3px solid #259225">Div</div>

This div border color is #259225.


Opacity

.myOpacity80 { color: #259225; opacity: 0.8; }

<p style="color:#259225;opacity:0.8;">80%</p>

Text with #259225 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #259225;}

<p style="text-shadow: 3px 3px 1px #259225">Text here.</p>

This text has shadow with #259225 color.

.textShadow {text-shadow: 3px 3px 1px #259225, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #259225, 5px 5px 20px red">Text here.</p>

This text has shadow with #259225 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#259225, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#259225, Direction=45, Strength=4)">Text</p>

This text has shadow with #259225 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #259225;
  -webkit-box-shadow:	1px 1px 3px 2px #259225;
  box-shadow:		1px 1px 3px 2px #259225;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #259225;
-webkit-box-shadow: 1px 1px 3px 2px #259225;
box-shadow:1px 1px 3px 2px #259225;">
Div content here</div>
This div box has shadow with color #259225.

Preview

Color preview on black background

This text has color #259225 on black background.


Color preview on white background

This text has color #259225 on white background.



Black color preview on #259225 background

This text has black color on #259225 background.


White color preview on #259225 background

This text has white color on #259225 background.