Shades of Green Pea #235A3E
Tints of Green Pea #235A3E
RGB
CMYK
RGB Variations
Color information
#235A3E (or 0x235A3E) is known color: Green Pea. HEX triplet: 23, 5A and 3E. RGB value is (35,90,62). Sum of RGB (Red+Green+Blue) = 35+90+62=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #235A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A3E is #DCA5C1. Grayscale: #464646. Windows color (decimal): -14460354 or 4086307. OLE color: 4086307.
HSL color Cylindrical-coordinate representation of color #235A3E: hue angle of 149.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A3E is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 62 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.65 |
| HSL | 149.45º | 0.44% | 0.25% | - |
| HSV(B) | 149.45º | 0.61% | 0.35% | - |
| XYZ | 5.22 | 8.02 | 5.83 | - |
| YUV | 70.36 | 123.28 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 62 | 0.61 | 0 | 0.31 | 0.65 | 149.45 | 0.44 | 0.25 |
| Hex | 23 | 5A | 3E | 3D | 0 | 1F | 41 | 95 | 2C | 19 |
| Octal | 43 | 132 | 76 | 75 | 0 | 37 | 101 | 225 | 54 | 31 |
| Binary | 100011 | 1011010 | 111110 | 111101 | 0 | 11111 | 1000001 | 10010101 | 101100 | 11001 |
Color Harmonies of #235A3E
Complementary color
Monochromatic Colors of #235A3E
Black with #235A3E
Text Example
Text Example
White with #235A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A3E; }
p { color: rgb(35,90,62); }
H1.HeaderClassName
{
color: #235A3E;
}
.AnyTagClassName
{
color: #235A3E;
}
</style>
background-color css
<style>
a { background-color: #235A3E; }
a { background-color: rgb(35,90,62); }
div.DivClassName
{
background-color: #235A3E;
}
.BgClassName
{
background-color: #235A3E;
}
</style>
border-color css
<style>
span { border-color: #235A3E; }
span { border-color: rgb(35,90,62); }
td.TdClassName
{
border-color: #235A3E;
}
.TagClassName
{
border-color: #235A3E;
}
</style>