Shades of Green Pea #245C3C
Tints of Green Pea #245C3C
RGB
CMYK
RGB Variations
Color information
#245C3C (or 0x245C3C) is known color: Green Pea. HEX triplet: 24, 5C and 3C. RGB value is (36,92,60). Sum of RGB (Red+Green+Blue) = 36+92+60=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #245C3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C3C is #DBA3C3. Grayscale: #474747. Windows color (decimal): -14394308 or 3955748. OLE color: 3955748.
HSL color Cylindrical-coordinate representation of color #245C3C: hue angle of 145.71º 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 #245C3C is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 60 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.64 |
| HSL | 145.71º | 0.44% | 0.25% | - |
| HSV(B) | 145.71º | 0.61% | 0.36% | - |
| XYZ | 5.37 | 8.36 | 5.6 | - |
| YUV | 71.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 60 | 0.61 | 0 | 0.35 | 0.64 | 145.71 | 0.44 | 0.25 |
| Hex | 24 | 5C | 3C | 3D | 0 | 23 | 40 | 92 | 2C | 19 |
| Octal | 44 | 134 | 74 | 75 | 0 | 43 | 100 | 222 | 54 | 31 |
| Binary | 100100 | 1011100 | 111100 | 111101 | 0 | 100011 | 1000000 | 10010010 | 101100 | 11001 |
Color Harmonies of #245C3C
Complementary color
Monochromatic Colors of #245C3C
Black with #245C3C
Text Example
Text Example
White with #245C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C3C; }
p { color: rgb(36,92,60); }
H1.HeaderClassName
{
color: #245C3C;
}
.AnyTagClassName
{
color: #245C3C;
}
</style>
background-color css
<style>
a { background-color: #245C3C; }
a { background-color: rgb(36,92,60); }
div.DivClassName
{
background-color: #245C3C;
}
.BgClassName
{
background-color: #245C3C;
}
</style>
border-color css
<style>
span { border-color: #245C3C; }
span { border-color: rgb(36,92,60); }
td.TdClassName
{
border-color: #245C3C;
}
.TagClassName
{
border-color: #245C3C;
}
</style>