Shades of Green Pea #236542
Tints of Green Pea #236542
RGB
CMYK
RGB Variations
Color information
#236542 (or 0x236542) is known color: Green Pea. HEX triplet: 23, 65 and 42. RGB value is (35,101,66). Sum of RGB (Red+Green+Blue) = 35+101+66=202 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.33% from 202); Green value is 101 (39.84% from 255 or 50% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 101 - color contains mainly: green. Hex color #236542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236542 is #DC9ABD. Grayscale: #4D4D4D. Windows color (decimal): -14457534 or 4351267. OLE color: 4351267.
HSL color Cylindrical-coordinate representation of color #236542: hue angle of 148.18º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #236542 is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 35 | 101 | 66 | - |
| CMYK | 0.65 | 0 | 0.35 | 0.60 |
| HSL | 148.18º | 0.49% | 0.27% | - |
| HSV(B) | 148.18º | 0.65% | 0.4% | - |
| XYZ | 6.33 | 10.06 | 6.76 | - |
| YUV | 77.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 101 | 66 | 0.65 | 0 | 0.35 | 0.60 | 148.18 | 0.49 | 0.27 |
| Hex | 23 | 65 | 42 | 41 | 0 | 23 | 3C | 94 | 31 | 1B |
| Octal | 43 | 145 | 102 | 101 | 0 | 43 | 74 | 224 | 61 | 33 |
| Binary | 100011 | 1100101 | 1000010 | 1000001 | 0 | 100011 | 111100 | 10010100 | 110001 | 11011 |
Color Harmonies of #236542
Complementary color
Monochromatic Colors of #236542
Black with #236542
Text Example
Text Example
White with #236542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236542; }
p { color: rgb(35,101,66); }
H1.HeaderClassName
{
color: #236542;
}
.AnyTagClassName
{
color: #236542;
}
</style>
background-color css
<style>
a { background-color: #236542; }
a { background-color: rgb(35,101,66); }
div.DivClassName
{
background-color: #236542;
}
.BgClassName
{
background-color: #236542;
}
</style>
border-color css
<style>
span { border-color: #236542; }
span { border-color: rgb(35,101,66); }
td.TdClassName
{
border-color: #236542;
}
.TagClassName
{
border-color: #236542;
}
</style>