Shades of Dark Green #00231F
Tints of Dark Green #00231F
RGB
CMYK
RGB Variations
Color information
#00231F (or 0x00231F) is known color: Dark Green. HEX triplet: 00, 23 and 1F. RGB value is (0,35,31). Sum of RGB (Red+Green+Blue) = 0+35+31=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 35 (14.06% from 255 or 53.03% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 35 - color contains mainly: green. Hex color #00231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231F is #FFDCE0. Grayscale: #181818. Windows color (decimal): -16768225 or 2040576. OLE color: 2040576.
HSL color Cylindrical-coordinate representation of color #00231F: hue angle of 173.14º 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 #00231F is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 31 | - |
| CMYK | 1 | 0 | 0.11 | 0.86 |
| HSL | 173.14º | 1% | 0.07% | - |
| HSV(B) | 173.14º | 1% | 0.14% | - |
| XYZ | 0.85 | 1.3 | 1.5 | - |
| YUV | 24.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 31 | 1 | 0 | 0.11 | 0.86 | 173.14 | 1 | 0.07 |
| Hex | 0 | 23 | 1F | 64 | 0 | B | 56 | AD | 64 | 7 |
| Octal | 0 | 43 | 37 | 144 | 0 | 13 | 126 | 255 | 144 | 7 |
| Binary | 0 | 100011 | 11111 | 1100100 | 0 | 1011 | 1010110 | 10101101 | 1100100 | 111 |
Color Harmonies of #00231F
Complementary color
Monochromatic Colors of #00231F
Black with #00231F
Text Example
Text Example
White with #00231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231F; }
p { color: rgb(0,35,31); }
H1.HeaderClassName
{
color: #00231F;
}
.AnyTagClassName
{
color: #00231F;
}
</style>
background-color css
<style>
a { background-color: #00231F; }
a { background-color: rgb(0,35,31); }
div.DivClassName
{
background-color: #00231F;
}
.BgClassName
{
background-color: #00231F;
}
</style>
border-color css
<style>
span { border-color: #00231F; }
span { border-color: rgb(0,35,31); }
td.TdClassName
{
border-color: #00231F;
}
.TagClassName
{
border-color: #00231F;
}
</style>