Shades of Green Pea #235A3D
Tints of Green Pea #235A3D
RGB
CMYK
RGB Variations
Color information
#235A3D (or 0x235A3D) is known color: Green Pea. HEX triplet: 23, 5A and 3D. RGB value is (35,90,61). Sum of RGB (Red+Green+Blue) = 35+90+61=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #235A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A3D is #DCA5C2. Grayscale: #464646. Windows color (decimal): -14460355 or 4020771. OLE color: 4020771.
HSL color Cylindrical-coordinate representation of color #235A3D: hue angle of 148.36º 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 #235A3D is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 61 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.65 |
| HSL | 148.36º | 0.44% | 0.25% | - |
| HSV(B) | 148.36º | 0.61% | 0.35% | - |
| XYZ | 5.19 | 8.01 | 5.69 | - |
| YUV | 70.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 61 | 0.61 | 0 | 0.32 | 0.65 | 148.36 | 0.44 | 0.25 |
| Hex | 23 | 5A | 3D | 3D | 0 | 20 | 41 | 94 | 2C | 19 |
| Octal | 43 | 132 | 75 | 75 | 0 | 40 | 101 | 224 | 54 | 31 |
| Binary | 100011 | 1011010 | 111101 | 111101 | 0 | 100000 | 1000001 | 10010100 | 101100 | 11001 |
Color Harmonies of #235A3D
Complementary color
Monochromatic Colors of #235A3D
Black with #235A3D
Text Example
Text Example
White with #235A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A3D; }
p { color: rgb(35,90,61); }
H1.HeaderClassName
{
color: #235A3D;
}
.AnyTagClassName
{
color: #235A3D;
}
</style>
background-color css
<style>
a { background-color: #235A3D; }
a { background-color: rgb(35,90,61); }
div.DivClassName
{
background-color: #235A3D;
}
.BgClassName
{
background-color: #235A3D;
}
</style>
border-color css
<style>
span { border-color: #235A3D; }
span { border-color: rgb(35,90,61); }
td.TdClassName
{
border-color: #235A3D;
}
.TagClassName
{
border-color: #235A3D;
}
</style>