Shades of Dark Green #00231D
Tints of Dark Green #00231D
RGB
CMYK
RGB Variations
Color information
#00231D (or 0x00231D) is known color: Dark Green. HEX triplet: 00, 23 and 1D. RGB value is (0,35,29). Sum of RGB (Red+Green+Blue) = 0+35+29=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #00231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231D is #FFDCE2. Grayscale: #171717. Windows color (decimal): -16768227 or 1909504. OLE color: 1909504.
HSL color Cylindrical-coordinate representation of color #00231D: hue angle of 169.71º 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 #00231D is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 29 | - |
| CMYK | 1 | 0 | 0.17 | 0.86 |
| HSL | 169.71º | 1% | 0.07% | - |
| HSV(B) | 169.71º | 1% | 0.14% | - |
| XYZ | 0.82 | 1.29 | 1.37 | - |
| YUV | 23.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 29 | 1 | 0 | 0.17 | 0.86 | 169.71 | 1 | 0.07 |
| Hex | 0 | 23 | 1D | 64 | 0 | 11 | 56 | AA | 64 | 7 |
| Octal | 0 | 43 | 35 | 144 | 0 | 21 | 126 | 252 | 144 | 7 |
| Binary | 0 | 100011 | 11101 | 1100100 | 0 | 10001 | 1010110 | 10101010 | 1100100 | 111 |
Color Harmonies of #00231D
Complementary color
Monochromatic Colors of #00231D
Black with #00231D
Text Example
Text Example
White with #00231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231D; }
p { color: rgb(0,35,29); }
H1.HeaderClassName
{
color: #00231D;
}
.AnyTagClassName
{
color: #00231D;
}
</style>
background-color css
<style>
a { background-color: #00231D; }
a { background-color: rgb(0,35,29); }
div.DivClassName
{
background-color: #00231D;
}
.BgClassName
{
background-color: #00231D;
}
</style>
border-color css
<style>
span { border-color: #00231D; }
span { border-color: rgb(0,35,29); }
td.TdClassName
{
border-color: #00231D;
}
.TagClassName
{
border-color: #00231D;
}
</style>