Shades of Dark Green #02261B
Tints of Dark Green #02261B
RGB
CMYK
RGB Variations
Color information
#02261B (or 0x02261B) is known color: Dark Green. HEX triplet: 02, 26 and 1B. RGB value is (2,38,27). Sum of RGB (Red+Green+Blue) = 2+38+27=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #02261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02261B is #FDD9E4. Grayscale: #191919. Windows color (decimal): -16636389 or 1779202. OLE color: 1779202.
HSL color Cylindrical-coordinate representation of color #02261B: hue angle of 161.67º 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 #02261B is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 27 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.85 |
| HSL | 161.67º | 0.9% | 0.08% | - |
| HSV(B) | 161.67º | 0.95% | 0.15% | - |
| XYZ | 0.92 | 1.48 | 1.27 | - |
| YUV | 25.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 27 | 0.95 | 0 | 0.29 | 0.85 | 161.67 | 0.9 | 0.08 |
| Hex | 2 | 26 | 1B | 5F | 0 | 1D | 55 | A2 | 5A | 8 |
| Octal | 2 | 46 | 33 | 137 | 0 | 35 | 125 | 242 | 132 | 10 |
| Binary | 10 | 100110 | 11011 | 1011111 | 0 | 11101 | 1010101 | 10100010 | 1011010 | 1000 |
Color Harmonies of #02261B
Complementary color
Monochromatic Colors of #02261B
Black with #02261B
Text Example
Text Example
White with #02261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02261B; }
p { color: rgb(2,38,27); }
H1.HeaderClassName
{
color: #02261B;
}
.AnyTagClassName
{
color: #02261B;
}
</style>
background-color css
<style>
a { background-color: #02261B; }
a { background-color: rgb(2,38,27); }
div.DivClassName
{
background-color: #02261B;
}
.BgClassName
{
background-color: #02261B;
}
</style>
border-color css
<style>
span { border-color: #02261B; }
span { border-color: rgb(2,38,27); }
td.TdClassName
{
border-color: #02261B;
}
.TagClassName
{
border-color: #02261B;
}
</style>