Shades of Green #237001
Tints of Green #237001
RGB
CMYK
RGB Variations
Color information
#237001 (or 0x237001) is known color: Green. HEX triplet: 23, 70 and 01. RGB value is (35,112,1). Sum of RGB (Red+Green+Blue) = 35+112+1=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #237001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237001 is #DC8FFE. Grayscale: #4C4C4C. Windows color (decimal): -14454783 or 94243. OLE color: 94243.
HSL color Cylindrical-coordinate representation of color #237001: hue angle of 101.62º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #237001 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 112 | 1 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.56 |
| HSL | 101.62º | 0.98% | 0.22% | - |
| HSV(B) | 101.62º | 0.99% | 0.44% | - |
| XYZ | 6.49 | 11.95 | 1.99 | - |
| YUV | 76.32 | 85.49 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 112 | 1 | 0.69 | 0 | 0.99 | 0.56 | 101.62 | 0.98 | 0.22 |
| Hex | 23 | 70 | 1 | 45 | 0 | 63 | 38 | 66 | 62 | 16 |
| Octal | 43 | 160 | 1 | 105 | 0 | 143 | 70 | 146 | 142 | 26 |
| Binary | 100011 | 1110000 | 1 | 1000101 | 0 | 1100011 | 111000 | 1100110 | 1100010 | 10110 |
Color Harmonies of #237001
Complementary color
Monochromatic Colors of #237001
Black with #237001
Text Example
Text Example
White with #237001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237001; }
p { color: rgb(35,112,1); }
H1.HeaderClassName
{
color: #237001;
}
.AnyTagClassName
{
color: #237001;
}
</style>
background-color css
<style>
a { background-color: #237001; }
a { background-color: rgb(35,112,1); }
div.DivClassName
{
background-color: #237001;
}
.BgClassName
{
background-color: #237001;
}
</style>
border-color css
<style>
span { border-color: #237001; }
span { border-color: rgb(35,112,1); }
td.TdClassName
{
border-color: #237001;
}
.TagClassName
{
border-color: #237001;
}
</style>