Shades of Green Pea #235A3C
Tints of Green Pea #235A3C
RGB
CMYK
RGB Variations
Color information
#235A3C (or 0x235A3C) is known color: Green Pea. HEX triplet: 23, 5A and 3C. RGB value is (35,90,60). Sum of RGB (Red+Green+Blue) = 35+90+60=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #235A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A3C is #DCA5C3. Grayscale: #464646. Windows color (decimal): -14460356 or 3955235. OLE color: 3955235.
HSL color Cylindrical-coordinate representation of color #235A3C: hue angle of 147.27º 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 #235A3C is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 60 | - |
| CMYK | 0.61 | 0 | 0.33 | 0.65 |
| HSL | 147.27º | 0.44% | 0.25% | - |
| HSV(B) | 147.27º | 0.61% | 0.35% | - |
| XYZ | 5.16 | 8 | 5.55 | - |
| YUV | 70.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 60 | 0.61 | 0 | 0.33 | 0.65 | 147.27 | 0.44 | 0.25 |
| Hex | 23 | 5A | 3C | 3D | 0 | 21 | 41 | 93 | 2C | 19 |
| Octal | 43 | 132 | 74 | 75 | 0 | 41 | 101 | 223 | 54 | 31 |
| Binary | 100011 | 1011010 | 111100 | 111101 | 0 | 100001 | 1000001 | 10010011 | 101100 | 11001 |
Color Harmonies of #235A3C
Complementary color
Monochromatic Colors of #235A3C
Black with #235A3C
Text Example
Text Example
White with #235A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A3C; }
p { color: rgb(35,90,60); }
H1.HeaderClassName
{
color: #235A3C;
}
.AnyTagClassName
{
color: #235A3C;
}
</style>
background-color css
<style>
a { background-color: #235A3C; }
a { background-color: rgb(35,90,60); }
div.DivClassName
{
background-color: #235A3C;
}
.BgClassName
{
background-color: #235A3C;
}
</style>
border-color css
<style>
span { border-color: #235A3C; }
span { border-color: rgb(35,90,60); }
td.TdClassName
{
border-color: #235A3C;
}
.TagClassName
{
border-color: #235A3C;
}
</style>