Shades of Green Pea #245C41
Tints of Green Pea #245C41
RGB
CMYK
RGB Variations
Color information
#245C41 (or 0x245C41) is known color: Green Pea. HEX triplet: 24, 5C and 41. RGB value is (36,92,65). Sum of RGB (Red+Green+Blue) = 36+92+65=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #245C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C41 is #DBA3BE. Grayscale: #484848. Windows color (decimal): -14394303 or 4283428. OLE color: 4283428.
HSL color Cylindrical-coordinate representation of color #245C41: hue angle of 151.07º 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 #245C41 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 65 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.64 |
| HSL | 151.07º | 0.44% | 0.25% | - |
| HSV(B) | 151.07º | 0.61% | 0.36% | - |
| XYZ | 5.51 | 8.41 | 6.33 | - |
| YUV | 72.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 65 | 0.61 | 0 | 0.29 | 0.64 | 151.07 | 0.44 | 0.25 |
| Hex | 24 | 5C | 41 | 3D | 0 | 1D | 40 | 97 | 2C | 19 |
| Octal | 44 | 134 | 101 | 75 | 0 | 35 | 100 | 227 | 54 | 31 |
| Binary | 100100 | 1011100 | 1000001 | 111101 | 0 | 11101 | 1000000 | 10010111 | 101100 | 11001 |
Color Harmonies of #245C41
Complementary color
Monochromatic Colors of #245C41
Black with #245C41
Text Example
Text Example
White with #245C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C41; }
p { color: rgb(36,92,65); }
H1.HeaderClassName
{
color: #245C41;
}
.AnyTagClassName
{
color: #245C41;
}
</style>
background-color css
<style>
a { background-color: #245C41; }
a { background-color: rgb(36,92,65); }
div.DivClassName
{
background-color: #245C41;
}
.BgClassName
{
background-color: #245C41;
}
</style>
border-color css
<style>
span { border-color: #245C41; }
span { border-color: rgb(36,92,65); }
td.TdClassName
{
border-color: #245C41;
}
.TagClassName
{
border-color: #245C41;
}
</style>