Shades of Dark Green #00231E
Tints of Dark Green #00231E
RGB
CMYK
RGB Variations
Color information
#00231E (or 0x00231E) is known color: Dark Green. HEX triplet: 00, 23 and 1E. RGB value is (0,35,30). Sum of RGB (Red+Green+Blue) = 0+35+30=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #00231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231E is #FFDCE1. Grayscale: #171717. Windows color (decimal): -16768226 or 1975040. OLE color: 1975040.
HSL color Cylindrical-coordinate representation of color #00231E: hue angle of 171.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00231E is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 30 | - |
| CMYK | 1 | 0 | 0.14 | 0.86 |
| HSL | 171.43º | 1% | 0.07% | - |
| HSV(B) | 171.43º | 1% | 0.14% | - |
| XYZ | 0.84 | 1.3 | 1.43 | - |
| YUV | 23.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 30 | 1 | 0 | 0.14 | 0.86 | 171.43 | 1 | 0.07 |
| Hex | 0 | 23 | 1E | 64 | 0 | E | 56 | AB | 64 | 7 |
| Octal | 0 | 43 | 36 | 144 | 0 | 16 | 126 | 253 | 144 | 7 |
| Binary | 0 | 100011 | 11110 | 1100100 | 0 | 1110 | 1010110 | 10101011 | 1100100 | 111 |
Color Harmonies of #00231E
Complementary color
Monochromatic Colors of #00231E
Black with #00231E
Text Example
Text Example
White with #00231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231E; }
p { color: rgb(0,35,30); }
H1.HeaderClassName
{
color: #00231E;
}
.AnyTagClassName
{
color: #00231E;
}
</style>
background-color css
<style>
a { background-color: #00231E; }
a { background-color: rgb(0,35,30); }
div.DivClassName
{
background-color: #00231E;
}
.BgClassName
{
background-color: #00231E;
}
</style>
border-color css
<style>
span { border-color: #00231E; }
span { border-color: rgb(0,35,30); }
td.TdClassName
{
border-color: #00231E;
}
.TagClassName
{
border-color: #00231E;
}
</style>