Shades of Green Pea #245B41
Tints of Green Pea #245B41
RGB
CMYK
RGB Variations
Color information
#245B41 (or 0x245B41) is known color: Green Pea. HEX triplet: 24, 5B and 41. RGB value is (36,91,65). Sum of RGB (Red+Green+Blue) = 36+91+65=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #245B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245B41 is #DBA4BE. Grayscale: #474747. Windows color (decimal): -14394559 or 4283172. OLE color: 4283172.
HSL color Cylindrical-coordinate representation of color #245B41: hue angle of 151.64º 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 #245B41 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 65 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.64 |
| HSL | 151.64º | 0.43% | 0.25% | - |
| HSV(B) | 151.64º | 0.6% | 0.36% | - |
| XYZ | 5.42 | 8.24 | 6.31 | - |
| YUV | 71.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 65 | 0.60 | 0 | 0.29 | 0.64 | 151.64 | 0.43 | 0.25 |
| Hex | 24 | 5B | 41 | 3C | 0 | 1D | 40 | 98 | 2B | 19 |
| Octal | 44 | 133 | 101 | 74 | 0 | 35 | 100 | 230 | 53 | 31 |
| Binary | 100100 | 1011011 | 1000001 | 111100 | 0 | 11101 | 1000000 | 10011000 | 101011 | 11001 |
Color Harmonies of #245B41
Complementary color
Monochromatic Colors of #245B41
Black with #245B41
Text Example
Text Example
White with #245B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B41; }
p { color: rgb(36,91,65); }
H1.HeaderClassName
{
color: #245B41;
}
.AnyTagClassName
{
color: #245B41;
}
</style>
background-color css
<style>
a { background-color: #245B41; }
a { background-color: rgb(36,91,65); }
div.DivClassName
{
background-color: #245B41;
}
.BgClassName
{
background-color: #245B41;
}
</style>
border-color css
<style>
span { border-color: #245B41; }
span { border-color: rgb(36,91,65); }
td.TdClassName
{
border-color: #245B41;
}
.TagClassName
{
border-color: #245B41;
}
</style>