Shades of Green Pea #235E3C
Tints of Green Pea #235E3C
RGB
CMYK
RGB Variations
Color information
#235E3C (or 0x235E3C) is known color: Green Pea. HEX triplet: 23, 5E and 3C. RGB value is (35,94,60). Sum of RGB (Red+Green+Blue) = 35+94+60=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 94 (37.11% from 255 or 49.74% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 94 - color contains mainly: green. Hex color #235E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E3C is #DCA1C3. Grayscale: #484848. Windows color (decimal): -14459332 or 3956259. OLE color: 3956259.
HSL color Cylindrical-coordinate representation of color #235E3C: hue angle of 145.42º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E3C is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 60 | - |
| CMYK | 0.63 | 0 | 0.36 | 0.63 |
| HSL | 145.42º | 0.46% | 0.25% | - |
| HSV(B) | 145.42º | 0.63% | 0.37% | - |
| XYZ | 5.51 | 8.69 | 5.66 | - |
| YUV | 72.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 60 | 0.63 | 0 | 0.36 | 0.63 | 145.42 | 0.46 | 0.25 |
| Hex | 23 | 5E | 3C | 3F | 0 | 24 | 3F | 91 | 2E | 19 |
| Octal | 43 | 136 | 74 | 77 | 0 | 44 | 77 | 221 | 56 | 31 |
| Binary | 100011 | 1011110 | 111100 | 111111 | 0 | 100100 | 111111 | 10010001 | 101110 | 11001 |
Color Harmonies of #235E3C
Complementary color
Monochromatic Colors of #235E3C
Black with #235E3C
Text Example
Text Example
White with #235E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E3C; }
p { color: rgb(35,94,60); }
H1.HeaderClassName
{
color: #235E3C;
}
.AnyTagClassName
{
color: #235E3C;
}
</style>
background-color css
<style>
a { background-color: #235E3C; }
a { background-color: rgb(35,94,60); }
div.DivClassName
{
background-color: #235E3C;
}
.BgClassName
{
background-color: #235E3C;
}
</style>
border-color css
<style>
span { border-color: #235E3C; }
span { border-color: rgb(35,94,60); }
td.TdClassName
{
border-color: #235E3C;
}
.TagClassName
{
border-color: #235E3C;
}
</style>