Shades of Green Pea #246041
Tints of Green Pea #246041
RGB
CMYK
RGB Variations
Color information
#246041 (or 0x246041) is known color: Green Pea. HEX triplet: 24, 60 and 41. RGB value is (36,96,65). Sum of RGB (Red+Green+Blue) = 36+96+65=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #246041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246041 is #DB9FBE. Grayscale: #4A4A4A. Windows color (decimal): -14393279 or 4284452. OLE color: 4284452.
HSL color Cylindrical-coordinate representation of color #246041: hue angle of 149º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #246041 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 96 | 65 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.62 |
| HSL | 149º | 0.45% | 0.26% | - |
| HSV(B) | 149º | 0.63% | 0.38% | - |
| XYZ | 5.86 | 9.12 | 6.45 | - |
| YUV | 74.53 | 122.62 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 65 | 0.62 | 0 | 0.32 | 0.62 | 149 | 0.45 | 0.26 |
| Hex | 24 | 60 | 41 | 3E | 0 | 20 | 3E | 95 | 2D | 1A |
| Octal | 44 | 140 | 101 | 76 | 0 | 40 | 76 | 225 | 55 | 32 |
| Binary | 100100 | 1100000 | 1000001 | 111110 | 0 | 100000 | 111110 | 10010101 | 101101 | 11010 |
Color Harmonies of #246041
Complementary color
Monochromatic Colors of #246041
Black with #246041
Text Example
Text Example
White with #246041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246041; }
p { color: rgb(36,96,65); }
H1.HeaderClassName
{
color: #246041;
}
.AnyTagClassName
{
color: #246041;
}
</style>
background-color css
<style>
a { background-color: #246041; }
a { background-color: rgb(36,96,65); }
div.DivClassName
{
background-color: #246041;
}
.BgClassName
{
background-color: #246041;
}
</style>
border-color css
<style>
span { border-color: #246041; }
span { border-color: rgb(36,96,65); }
td.TdClassName
{
border-color: #246041;
}
.TagClassName
{
border-color: #246041;
}
</style>