Shades of Green Pea #235C41
Tints of Green Pea #235C41
RGB
CMYK
RGB Variations
Color information
#235C41 (or 0x235C41) is known color: Green Pea. HEX triplet: 23, 5C and 41. RGB value is (35,92,65). Sum of RGB (Red+Green+Blue) = 35+92+65=192 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.23% from 192); Green value is 92 (36.33% from 255 or 47.92% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 92 - color contains mainly: green. Hex color #235C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C41 is #DCA3BE. Grayscale: #474747. Windows color (decimal): -14459839 or 4283427. OLE color: 4283427.
HSL color Cylindrical-coordinate representation of color #235C41: hue angle of 151.58º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235C41 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 65 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.64 |
| HSL | 151.58º | 0.45% | 0.25% | - |
| HSV(B) | 151.58º | 0.62% | 0.36% | - |
| XYZ | 5.47 | 8.39 | 6.33 | - |
| YUV | 71.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 65 | 0.62 | 0 | 0.29 | 0.64 | 151.58 | 0.45 | 0.25 |
| Hex | 23 | 5C | 41 | 3E | 0 | 1D | 40 | 98 | 2D | 19 |
| Octal | 43 | 134 | 101 | 76 | 0 | 35 | 100 | 230 | 55 | 31 |
| Binary | 100011 | 1011100 | 1000001 | 111110 | 0 | 11101 | 1000000 | 10011000 | 101101 | 11001 |
Color Harmonies of #235C41
Complementary color
Monochromatic Colors of #235C41
Black with #235C41
Text Example
Text Example
White with #235C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C41; }
p { color: rgb(35,92,65); }
H1.HeaderClassName
{
color: #235C41;
}
.AnyTagClassName
{
color: #235C41;
}
</style>
background-color css
<style>
a { background-color: #235C41; }
a { background-color: rgb(35,92,65); }
div.DivClassName
{
background-color: #235C41;
}
.BgClassName
{
background-color: #235C41;
}
</style>
border-color css
<style>
span { border-color: #235C41; }
span { border-color: rgb(35,92,65); }
td.TdClassName
{
border-color: #235C41;
}
.TagClassName
{
border-color: #235C41;
}
</style>