Shades of Dark Green #002123
Tints of Dark Green #002123
RGB
CMYK
RGB Variations
Color information
#002123 (or 0x002123) is known color: Dark Green. HEX triplet: 00, 21 and 23. RGB value is (0,33,35). Sum of RGB (Red+Green+Blue) = 0+33+35=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #002123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002123 is #FFDEDC. Grayscale: #171717. Windows color (decimal): -16768733 or 2302208. OLE color: 2302208.
HSL color Cylindrical-coordinate representation of color #002123: hue angle of 183.43º 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 #002123 is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 33 | 35 | - |
| CMYK | 1 | 0.06 | 0 | 0.86 |
| HSL | 183.43º | 1% | 0.07% | - |
| HSV(B) | 183.43º | 1% | 0.14% | - |
| XYZ | 0.85 | 1.21 | 1.78 | - |
| YUV | 23.36 | 134.57 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 35 | 1 | 0.06 | 0 | 0.86 | 183.43 | 1 | 0.07 |
| Hex | 0 | 21 | 23 | 64 | 6 | 0 | 56 | B7 | 64 | 7 |
| Octal | 0 | 41 | 43 | 144 | 6 | 0 | 126 | 267 | 144 | 7 |
| Binary | 0 | 100001 | 100011 | 1100100 | 110 | 0 | 1010110 | 10110111 | 1100100 | 111 |
Color Harmonies of #002123
Complementary color
Monochromatic Colors of #002123
Black with #002123
Text Example
Text Example
White with #002123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002123; }
p { color: rgb(0,33,35); }
H1.HeaderClassName
{
color: #002123;
}
.AnyTagClassName
{
color: #002123;
}
</style>
background-color css
<style>
a { background-color: #002123; }
a { background-color: rgb(0,33,35); }
div.DivClassName
{
background-color: #002123;
}
.BgClassName
{
background-color: #002123;
}
</style>
border-color css
<style>
span { border-color: #002123; }
span { border-color: rgb(0,33,35); }
td.TdClassName
{
border-color: #002123;
}
.TagClassName
{
border-color: #002123;
}
</style>