Shades of Green #237400
Tints of Green #237400
RGB
CMYK
RGB Variations
Color information
#237400 (or 0x237400) is known color: Green. HEX triplet: 23, 74 and 00. RGB value is (35,116,0). Sum of RGB (Red+Green+Blue) = 35+116+0=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #237400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237400 is #DC8BFF. Grayscale: #4E4E4E. Windows color (decimal): -14453760 or 29731. OLE color: 29731.
HSL color Cylindrical-coordinate representation of color #237400: hue angle of 101.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #237400 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 35 | 116 | 0 | - |
| CMYK | 0.70 | 0 | 1 | 0.55 |
| HSL | 101.9º | 1% | 0.23% | - |
| HSV(B) | 101.9º | 1% | 0.45% | - |
| XYZ | 6.94 | 12.85 | 2.11 | - |
| YUV | 78.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 116 | 0 | 0.70 | 0 | 1 | 0.55 | 101.9 | 1 | 0.23 |
| Hex | 23 | 74 | 0 | 46 | 0 | 64 | 37 | 66 | 64 | 17 |
| Octal | 43 | 164 | 0 | 106 | 0 | 144 | 67 | 146 | 144 | 27 |
| Binary | 100011 | 1110100 | 0 | 1000110 | 0 | 1100100 | 110111 | 1100110 | 1100100 | 10111 |
Color Harmonies of #237400
Complementary color
Monochromatic Colors of #237400
Black with #237400
Text Example
Text Example
White with #237400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237400; }
p { color: rgb(35,116,0); }
H1.HeaderClassName
{
color: #237400;
}
.AnyTagClassName
{
color: #237400;
}
</style>
background-color css
<style>
a { background-color: #237400; }
a { background-color: rgb(35,116,0); }
div.DivClassName
{
background-color: #237400;
}
.BgClassName
{
background-color: #237400;
}
</style>
border-color css
<style>
span { border-color: #237400; }
span { border-color: rgb(35,116,0); }
td.TdClassName
{
border-color: #237400;
}
.TagClassName
{
border-color: #237400;
}
</style>