Shades of Green Pea #235F3C
Tints of Green Pea #235F3C
RGB
CMYK
RGB Variations
Color information
#235F3C (or 0x235F3C) is known color: Green Pea. HEX triplet: 23, 5F and 3C. RGB value is (35,95,60). Sum of RGB (Red+Green+Blue) = 35+95+60=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 95 (37.5% from 255 or 50% from 190); Blue value is 60 (23.83% from 255 or 31.58% from 190); Max value from RGB is 95 - color contains mainly: green. Hex color #235F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235F3C is #DCA0C3. Grayscale: #494949. Windows color (decimal): -14459076 or 3956515. OLE color: 3956515.
HSL color Cylindrical-coordinate representation of color #235F3C: hue angle of 145º 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 #235F3C is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 95 | 60 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.63 |
| HSL | 145º | 0.46% | 0.25% | - |
| HSV(B) | 145º | 0.63% | 0.37% | - |
| XYZ | 5.6 | 8.87 | 5.69 | - |
| YUV | 73.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 95 | 60 | 0.63 | 0 | 0.37 | 0.63 | 145 | 0.46 | 0.25 |
| Hex | 23 | 5F | 3C | 3F | 0 | 25 | 3F | 91 | 2E | 19 |
| Octal | 43 | 137 | 74 | 77 | 0 | 45 | 77 | 221 | 56 | 31 |
| Binary | 100011 | 1011111 | 111100 | 111111 | 0 | 100101 | 111111 | 10010001 | 101110 | 11001 |
Color Harmonies of #235F3C
Complementary color
Monochromatic Colors of #235F3C
Black with #235F3C
Text Example
Text Example
White with #235F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235F3C; }
p { color: rgb(35,95,60); }
H1.HeaderClassName
{
color: #235F3C;
}
.AnyTagClassName
{
color: #235F3C;
}
</style>
background-color css
<style>
a { background-color: #235F3C; }
a { background-color: rgb(35,95,60); }
div.DivClassName
{
background-color: #235F3C;
}
.BgClassName
{
background-color: #235F3C;
}
</style>
border-color css
<style>
span { border-color: #235F3C; }
span { border-color: rgb(35,95,60); }
td.TdClassName
{
border-color: #235F3C;
}
.TagClassName
{
border-color: #235F3C;
}
</style>