Shades of Dark Green #022B1A
Tints of Dark Green #022B1A
RGB
CMYK
RGB Variations
Color information
#022B1A (or 0x022B1A) is known color: Dark Green. HEX triplet: 02, 2B and 1A. RGB value is (2,43,26). Sum of RGB (Red+Green+Blue) = 2+43+26=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 43 (17.19% from 255 or 60.56% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 43 - color contains mainly: green. Hex color #022B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B1A is #FDD4E5. Grayscale: #1C1C1C. Windows color (decimal): -16635110 or 1714946. OLE color: 1714946.
HSL color Cylindrical-coordinate representation of color #022B1A: hue angle of 155.12º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022B1A is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 2 | 43 | 26 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.83 |
| HSL | 155.12º | 0.91% | 0.09% | - |
| HSV(B) | 155.12º | 0.95% | 0.17% | - |
| XYZ | 1.08 | 1.82 | 1.27 | - |
| YUV | 28.8 | 126.42 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 26 | 0.95 | 0 | 0.40 | 0.83 | 155.12 | 0.91 | 0.09 |
| Hex | 2 | 2B | 1A | 5F | 0 | 28 | 53 | 9B | 5B | 9 |
| Octal | 2 | 53 | 32 | 137 | 0 | 50 | 123 | 233 | 133 | 11 |
| Binary | 10 | 101011 | 11010 | 1011111 | 0 | 101000 | 1010011 | 10011011 | 1011011 | 1001 |
Color Harmonies of #022B1A
Complementary color
Monochromatic Colors of #022B1A
Black with #022B1A
Text Example
Text Example
White with #022B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B1A; }
p { color: rgb(2,43,26); }
H1.HeaderClassName
{
color: #022B1A;
}
.AnyTagClassName
{
color: #022B1A;
}
</style>
background-color css
<style>
a { background-color: #022B1A; }
a { background-color: rgb(2,43,26); }
div.DivClassName
{
background-color: #022B1A;
}
.BgClassName
{
background-color: #022B1A;
}
</style>
border-color css
<style>
span { border-color: #022B1A; }
span { border-color: rgb(2,43,26); }
td.TdClassName
{
border-color: #022B1A;
}
.TagClassName
{
border-color: #022B1A;
}
</style>