Shades of Green Pea #245D41
Tints of Green Pea #245D41
RGB
CMYK
RGB Variations
Color information
#245D41 (or 0x245D41) is known color: Green Pea. HEX triplet: 24, 5D and 41. RGB value is (36,93,65). Sum of RGB (Red+Green+Blue) = 36+93+65=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #245D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D41 is #DBA2BE. Grayscale: #484848. Windows color (decimal): -14394047 or 4283684. OLE color: 4283684.
HSL color Cylindrical-coordinate representation of color #245D41: hue angle of 150.53º 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 #245D41 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 93 | 65 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.64 |
| HSL | 150.53º | 0.44% | 0.25% | - |
| HSV(B) | 150.53º | 0.61% | 0.36% | - |
| XYZ | 5.6 | 8.59 | 6.36 | - |
| YUV | 72.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 93 | 65 | 0.61 | 0 | 0.30 | 0.64 | 150.53 | 0.44 | 0.25 |
| Hex | 24 | 5D | 41 | 3D | 0 | 1E | 40 | 97 | 2C | 19 |
| Octal | 44 | 135 | 101 | 75 | 0 | 36 | 100 | 227 | 54 | 31 |
| Binary | 100100 | 1011101 | 1000001 | 111101 | 0 | 11110 | 1000000 | 10010111 | 101100 | 11001 |
Color Harmonies of #245D41
Complementary color
Monochromatic Colors of #245D41
Black with #245D41
Text Example
Text Example
White with #245D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245D41; }
p { color: rgb(36,93,65); }
H1.HeaderClassName
{
color: #245D41;
}
.AnyTagClassName
{
color: #245D41;
}
</style>
background-color css
<style>
a { background-color: #245D41; }
a { background-color: rgb(36,93,65); }
div.DivClassName
{
background-color: #245D41;
}
.BgClassName
{
background-color: #245D41;
}
</style>
border-color css
<style>
span { border-color: #245D41; }
span { border-color: rgb(36,93,65); }
td.TdClassName
{
border-color: #245D41;
}
.TagClassName
{
border-color: #245D41;
}
</style>