Shades of Dark Green #00231A
Tints of Dark Green #00231A
RGB
CMYK
RGB Variations
Color information
#00231A (or 0x00231A) is known color: Dark Green. HEX triplet: 00, 23 and 1A. RGB value is (0,35,26). Sum of RGB (Red+Green+Blue) = 0+35+26=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 35 (14.06% from 255 or 57.38% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 35 - color contains mainly: green. Hex color #00231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00231A is #FFDCE5. Grayscale: #171717. Windows color (decimal): -16768230 or 1712896. OLE color: 1712896.
HSL color Cylindrical-coordinate representation of color #00231A: hue angle of 164.57º 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 #00231A is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 26 | - |
| CMYK | 1 | 0 | 0.26 | 0.86 |
| HSL | 164.57º | 1% | 0.07% | - |
| HSV(B) | 164.57º | 1% | 0.14% | - |
| XYZ | 0.79 | 1.28 | 1.18 | - |
| YUV | 23.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 26 | 1 | 0 | 0.26 | 0.86 | 164.57 | 1 | 0.07 |
| Hex | 0 | 23 | 1A | 64 | 0 | 1A | 56 | A5 | 64 | 7 |
| Octal | 0 | 43 | 32 | 144 | 0 | 32 | 126 | 245 | 144 | 7 |
| Binary | 0 | 100011 | 11010 | 1100100 | 0 | 11010 | 1010110 | 10100101 | 1100100 | 111 |
Color Harmonies of #00231A
Complementary color
Monochromatic Colors of #00231A
Black with #00231A
Text Example
Text Example
White with #00231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00231A; }
p { color: rgb(0,35,26); }
H1.HeaderClassName
{
color: #00231A;
}
.AnyTagClassName
{
color: #00231A;
}
</style>
background-color css
<style>
a { background-color: #00231A; }
a { background-color: rgb(0,35,26); }
div.DivClassName
{
background-color: #00231A;
}
.BgClassName
{
background-color: #00231A;
}
</style>
border-color css
<style>
span { border-color: #00231A; }
span { border-color: rgb(0,35,26); }
td.TdClassName
{
border-color: #00231A;
}
.TagClassName
{
border-color: #00231A;
}
</style>