Shades of Green Pea #245B3F
Tints of Green Pea #245B3F
RGB
CMYK
RGB Variations
Color information
#245B3F (or 0x245B3F) is known color: Green Pea. HEX triplet: 24, 5B and 3F. RGB value is (36,91,63). Sum of RGB (Red+Green+Blue) = 36+91+63=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 91 - color contains mainly: green. Hex color #245B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B3F is #DBA4C0. Grayscale: #474747. Windows color (decimal): -14394561 or 4152100. OLE color: 4152100.
HSL color Cylindrical-coordinate representation of color #245B3F: hue angle of 149.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B3F is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 63 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.64 |
| HSL | 149.45º | 0.43% | 0.25% | - |
| HSV(B) | 149.45º | 0.6% | 0.36% | - |
| XYZ | 5.37 | 8.22 | 6.01 | - |
| YUV | 71.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 63 | 0.60 | 0 | 0.31 | 0.64 | 149.45 | 0.43 | 0.25 |
| Hex | 24 | 5B | 3F | 3C | 0 | 1F | 40 | 95 | 2B | 19 |
| Octal | 44 | 133 | 77 | 74 | 0 | 37 | 100 | 225 | 53 | 31 |
| Binary | 100100 | 1011011 | 111111 | 111100 | 0 | 11111 | 1000000 | 10010101 | 101011 | 11001 |
Color Harmonies of #245B3F
Complementary color
Monochromatic Colors of #245B3F
Black with #245B3F
Text Example
Text Example
White with #245B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B3F; }
p { color: rgb(36,91,63); }
H1.HeaderClassName
{
color: #245B3F;
}
.AnyTagClassName
{
color: #245B3F;
}
</style>
background-color css
<style>
a { background-color: #245B3F; }
a { background-color: rgb(36,91,63); }
div.DivClassName
{
background-color: #245B3F;
}
.BgClassName
{
background-color: #245B3F;
}
</style>
border-color css
<style>
span { border-color: #245B3F; }
span { border-color: rgb(36,91,63); }
td.TdClassName
{
border-color: #245B3F;
}
.TagClassName
{
border-color: #245B3F;
}
</style>