Shades of Dark Green #02260B
Tints of Dark Green #02260B
RGB
CMYK
RGB Variations
Color information
#02260B (or 0x02260B) is known color: Dark Green. HEX triplet: 02, 26 and 0B. RGB value is (2,38,11). Sum of RGB (Red+Green+Blue) = 2+38+11=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 38 (15.23% from 255 or 74.51% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 38 - color contains mainly: green. Hex color #02260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02260B is #FDD9F4. Grayscale: #181818. Windows color (decimal): -16636405 or 730626. OLE color: 730626.
HSL color Cylindrical-coordinate representation of color #02260B: hue angle of 135º 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 #02260B is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 38 | 11 | - |
| CMYK | 0.95 | 0 | 0.71 | 0.85 |
| HSL | 135º | 0.9% | 0.08% | - |
| HSV(B) | 135º | 0.95% | 0.15% | - |
| XYZ | 0.78 | 1.42 | 0.55 | - |
| YUV | 24.16 | 120.57 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 38 | 11 | 0.95 | 0 | 0.71 | 0.85 | 135 | 0.9 | 0.08 |
| Hex | 2 | 26 | B | 5F | 0 | 47 | 55 | 87 | 5A | 8 |
| Octal | 2 | 46 | 13 | 137 | 0 | 107 | 125 | 207 | 132 | 10 |
| Binary | 10 | 100110 | 1011 | 1011111 | 0 | 1000111 | 1010101 | 10000111 | 1011010 | 1000 |
Color Harmonies of #02260B
Complementary color
Monochromatic Colors of #02260B
Black with #02260B
Text Example
Text Example
White with #02260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02260B; }
p { color: rgb(2,38,11); }
H1.HeaderClassName
{
color: #02260B;
}
.AnyTagClassName
{
color: #02260B;
}
</style>
background-color css
<style>
a { background-color: #02260B; }
a { background-color: rgb(2,38,11); }
div.DivClassName
{
background-color: #02260B;
}
.BgClassName
{
background-color: #02260B;
}
</style>
border-color css
<style>
span { border-color: #02260B; }
span { border-color: rgb(2,38,11); }
td.TdClassName
{
border-color: #02260B;
}
.TagClassName
{
border-color: #02260B;
}
</style>