Shades of Dark Green #00231B
Tints of Dark Green #00231B
RGB
CMYK
RGB Variations
Color information
#00231B (or 0x00231B) is known color: Dark Green. HEX triplet: 00, 23 and 1B. RGB value is (0,35,27). Sum of RGB (Red+Green+Blue) = 0+35+27=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #00231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231B is #FFDCE4. Grayscale: #171717. Windows color (decimal): -16768229 or 1778432. OLE color: 1778432.
HSL color Cylindrical-coordinate representation of color #00231B: hue angle of 166.29º 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 #00231B is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 27 | - |
| CMYK | 1 | 0 | 0.23 | 0.86 |
| HSL | 166.29º | 1% | 0.07% | - |
| HSV(B) | 166.29º | 1% | 0.14% | - |
| XYZ | 0.8 | 1.28 | 1.24 | - |
| YUV | 23.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 27 | 1 | 0 | 0.23 | 0.86 | 166.29 | 1 | 0.07 |
| Hex | 0 | 23 | 1B | 64 | 0 | 17 | 56 | A6 | 64 | 7 |
| Octal | 0 | 43 | 33 | 144 | 0 | 27 | 126 | 246 | 144 | 7 |
| Binary | 0 | 100011 | 11011 | 1100100 | 0 | 10111 | 1010110 | 10100110 | 1100100 | 111 |
Color Harmonies of #00231B
Complementary color
Monochromatic Colors of #00231B
Black with #00231B
Text Example
Text Example
White with #00231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231B; }
p { color: rgb(0,35,27); }
H1.HeaderClassName
{
color: #00231B;
}
.AnyTagClassName
{
color: #00231B;
}
</style>
background-color css
<style>
a { background-color: #00231B; }
a { background-color: rgb(0,35,27); }
div.DivClassName
{
background-color: #00231B;
}
.BgClassName
{
background-color: #00231B;
}
</style>
border-color css
<style>
span { border-color: #00231B; }
span { border-color: rgb(0,35,27); }
td.TdClassName
{
border-color: #00231B;
}
.TagClassName
{
border-color: #00231B;
}
</style>