Shades of Green Pea #235A40
Tints of Green Pea #235A40
RGB
CMYK
RGB Variations
Color information
#235A40 (or 0x235A40) is known color: Green Pea. HEX triplet: 23, 5A and 40. RGB value is (35,90,64). Sum of RGB (Red+Green+Blue) = 35+90+64=189 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.52% from 189); Green value is 90 (35.55% from 255 or 47.62% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 90 - color contains mainly: green. Hex color #235A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A40 is #DCA5BF. Grayscale: #464646. Windows color (decimal): -14460352 or 4217379. OLE color: 4217379.
HSL color Cylindrical-coordinate representation of color #235A40: hue angle of 151.64º 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 #235A40 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 64 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.65 |
| HSL | 151.64º | 0.44% | 0.25% | - |
| HSV(B) | 151.64º | 0.61% | 0.35% | - |
| XYZ | 5.27 | 8.04 | 6.12 | - |
| YUV | 70.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 64 | 0.61 | 0 | 0.29 | 0.65 | 151.64 | 0.44 | 0.25 |
| Hex | 23 | 5A | 40 | 3D | 0 | 1D | 41 | 98 | 2C | 19 |
| Octal | 43 | 132 | 100 | 75 | 0 | 35 | 101 | 230 | 54 | 31 |
| Binary | 100011 | 1011010 | 1000000 | 111101 | 0 | 11101 | 1000001 | 10011000 | 101100 | 11001 |
Color Harmonies of #235A40
Complementary color
Monochromatic Colors of #235A40
Black with #235A40
Text Example
Text Example
White with #235A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A40; }
p { color: rgb(35,90,64); }
H1.HeaderClassName
{
color: #235A40;
}
.AnyTagClassName
{
color: #235A40;
}
</style>
background-color css
<style>
a { background-color: #235A40; }
a { background-color: rgb(35,90,64); }
div.DivClassName
{
background-color: #235A40;
}
.BgClassName
{
background-color: #235A40;
}
</style>
border-color css
<style>
span { border-color: #235A40; }
span { border-color: rgb(35,90,64); }
td.TdClassName
{
border-color: #235A40;
}
.TagClassName
{
border-color: #235A40;
}
</style>