Shades of Dark Green #02261D
Tints of Dark Green #02261D
RGB
CMYK
RGB Variations
Color information
#02261D (or 0x02261D) is known color: Dark Green. HEX triplet: 02, 26 and 1D. RGB value is (2,38,29). Sum of RGB (Red+Green+Blue) = 2+38+29=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 38 (15.23% from 255 or 55.07% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 38 - color contains mainly: green. Hex color #02261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02261D is #FDD9E2. Grayscale: #1A1A1A. Windows color (decimal): -16636387 or 1910274. OLE color: 1910274.
HSL color Cylindrical-coordinate representation of color #02261D: hue angle of 165º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02261D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 29 | - |
| CMYK | 0.95 | 0 | 0.24 | 0.85 |
| HSL | 165º | 0.9% | 0.08% | - |
| HSV(B) | 165º | 0.95% | 0.15% | - |
| XYZ | 0.94 | 1.49 | 1.4 | - |
| YUV | 26.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 29 | 0.95 | 0 | 0.24 | 0.85 | 165 | 0.9 | 0.08 |
| Hex | 2 | 26 | 1D | 5F | 0 | 18 | 55 | A5 | 5A | 8 |
| Octal | 2 | 46 | 35 | 137 | 0 | 30 | 125 | 245 | 132 | 10 |
| Binary | 10 | 100110 | 11101 | 1011111 | 0 | 11000 | 1010101 | 10100101 | 1011010 | 1000 |
Color Harmonies of #02261D
Complementary color
Monochromatic Colors of #02261D
Black with #02261D
Text Example
Text Example
White with #02261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02261D; }
p { color: rgb(2,38,29); }
H1.HeaderClassName
{
color: #02261D;
}
.AnyTagClassName
{
color: #02261D;
}
</style>
background-color css
<style>
a { background-color: #02261D; }
a { background-color: rgb(2,38,29); }
div.DivClassName
{
background-color: #02261D;
}
.BgClassName
{
background-color: #02261D;
}
</style>
border-color css
<style>
span { border-color: #02261D; }
span { border-color: rgb(2,38,29); }
td.TdClassName
{
border-color: #02261D;
}
.TagClassName
{
border-color: #02261D;
}
</style>