Shades of Green #237D01
Tints of Green #237D01
RGB
CMYK
RGB Variations
Color information
#237D01 (or 0x237D01) is known color: Green. HEX triplet: 23, 7D and 01. RGB value is (35,125,1). Sum of RGB (Red+Green+Blue) = 35+125+1=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 125 (49.22% from 255 or 77.64% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 125 - color contains mainly: green. Hex color #237D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #237D01 is #DC82FE. Grayscale: #545454. Windows color (decimal): -14451455 or 97571. OLE color: 97571.
HSL color Cylindrical-coordinate representation of color #237D01: hue angle of 103.55º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #237D01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 125 | 1 | - |
| CMYK | 0.72 | 0 | 0.99 | 0.51 |
| HSL | 103.55º | 0.98% | 0.25% | - |
| HSV(B) | 103.55º | 0.99% | 0.49% | - |
| XYZ | 8.03 | 15.03 | 2.51 | - |
| YUV | 83.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 125 | 1 | 0.72 | 0 | 0.99 | 0.51 | 103.55 | 0.98 | 0.25 |
| Hex | 23 | 7D | 1 | 48 | 0 | 63 | 33 | 68 | 62 | 19 |
| Octal | 43 | 175 | 1 | 110 | 0 | 143 | 63 | 150 | 142 | 31 |
| Binary | 100011 | 1111101 | 1 | 1001000 | 0 | 1100011 | 110011 | 1101000 | 1100010 | 11001 |
Color Harmonies of #237D01
Complementary color
Monochromatic Colors of #237D01
Black with #237D01
Text Example
Text Example
White with #237D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237D01; }
p { color: rgb(35,125,1); }
H1.HeaderClassName
{
color: #237D01;
}
.AnyTagClassName
{
color: #237D01;
}
</style>
background-color css
<style>
a { background-color: #237D01; }
a { background-color: rgb(35,125,1); }
div.DivClassName
{
background-color: #237D01;
}
.BgClassName
{
background-color: #237D01;
}
</style>
border-color css
<style>
span { border-color: #237D01; }
span { border-color: rgb(35,125,1); }
td.TdClassName
{
border-color: #237D01;
}
.TagClassName
{
border-color: #237D01;
}
</style>