Shades of Dark Green #00231C
Tints of Dark Green #00231C
RGB
CMYK
RGB Variations
Color information
#00231C (or 0x00231C) is known color: Dark Green. HEX triplet: 00, 23 and 1C. RGB value is (0,35,28). Sum of RGB (Red+Green+Blue) = 0+35+28=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #00231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231C is #FFDCE3. Grayscale: #171717. Windows color (decimal): -16768228 or 1843968. OLE color: 1843968.
HSL color Cylindrical-coordinate representation of color #00231C: hue angle of 168º 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 #00231C is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 28 | - |
| CMYK | 1 | 0 | 0.20 | 0.86 |
| HSL | 168º | 1% | 0.07% | - |
| HSV(B) | 168º | 1% | 0.14% | - |
| XYZ | 0.81 | 1.29 | 1.3 | - |
| YUV | 23.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 28 | 1 | 0 | 0.20 | 0.86 | 168 | 1 | 0.07 |
| Hex | 0 | 23 | 1C | 64 | 0 | 14 | 56 | A8 | 64 | 7 |
| Octal | 0 | 43 | 34 | 144 | 0 | 24 | 126 | 250 | 144 | 7 |
| Binary | 0 | 100011 | 11100 | 1100100 | 0 | 10100 | 1010110 | 10101000 | 1100100 | 111 |
Color Harmonies of #00231C
Complementary color
Monochromatic Colors of #00231C
Black with #00231C
Text Example
Text Example
White with #00231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231C; }
p { color: rgb(0,35,28); }
H1.HeaderClassName
{
color: #00231C;
}
.AnyTagClassName
{
color: #00231C;
}
</style>
background-color css
<style>
a { background-color: #00231C; }
a { background-color: rgb(0,35,28); }
div.DivClassName
{
background-color: #00231C;
}
.BgClassName
{
background-color: #00231C;
}
</style>
border-color css
<style>
span { border-color: #00231C; }
span { border-color: rgb(0,35,28); }
td.TdClassName
{
border-color: #00231C;
}
.TagClassName
{
border-color: #00231C;
}
</style>