Shades of Green Pea #245C40
Tints of Green Pea #245C40
RGB
CMYK
RGB Variations
Color information
#245C40 (or 0x245C40) is known color: Green Pea. HEX triplet: 24, 5C and 40. RGB value is (36,92,64). Sum of RGB (Red+Green+Blue) = 36+92+64=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #245C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C40 is #DBA3BF. Grayscale: #484848. Windows color (decimal): -14394304 or 4217892. OLE color: 4217892.
HSL color Cylindrical-coordinate representation of color #245C40: hue angle of 150º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C40 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 64 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.64 |
| HSL | 150º | 0.44% | 0.25% | - |
| HSV(B) | 150º | 0.61% | 0.36% | - |
| XYZ | 5.48 | 8.4 | 6.18 | - |
| YUV | 72.06 | 123.45 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 64 | 0.61 | 0 | 0.30 | 0.64 | 150 | 0.44 | 0.25 |
| Hex | 24 | 5C | 40 | 3D | 0 | 1E | 40 | 96 | 2C | 19 |
| Octal | 44 | 134 | 100 | 75 | 0 | 36 | 100 | 226 | 54 | 31 |
| Binary | 100100 | 1011100 | 1000000 | 111101 | 0 | 11110 | 1000000 | 10010110 | 101100 | 11001 |
Color Harmonies of #245C40
Complementary color
Monochromatic Colors of #245C40
Black with #245C40
Text Example
Text Example
White with #245C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C40; }
p { color: rgb(36,92,64); }
H1.HeaderClassName
{
color: #245C40;
}
.AnyTagClassName
{
color: #245C40;
}
</style>
background-color css
<style>
a { background-color: #245C40; }
a { background-color: rgb(36,92,64); }
div.DivClassName
{
background-color: #245C40;
}
.BgClassName
{
background-color: #245C40;
}
</style>
border-color css
<style>
span { border-color: #245C40; }
span { border-color: rgb(36,92,64); }
td.TdClassName
{
border-color: #245C40;
}
.TagClassName
{
border-color: #245C40;
}
</style>