Shades of Dark Green #02251B
Tints of Dark Green #02251B
RGB
CMYK
RGB Variations
Color information
#02251B (or 0x02251B) is known color: Dark Green. HEX triplet: 02, 25 and 1B. RGB value is (2,37,27). Sum of RGB (Red+Green+Blue) = 2+37+27=66 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.03% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #02251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02251B is #FDDAE4. Grayscale: #191919. Windows color (decimal): -16636645 or 1778946. OLE color: 1778946.
HSL color Cylindrical-coordinate representation of color #02251B: hue angle of 162.86º 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 #02251B is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 2 | 37 | 27 | - |
| CMYK | 0.95 | 0 | 0.27 | 0.85 |
| HSL | 162.86º | 0.9% | 0.08% | - |
| HSV(B) | 162.86º | 0.95% | 0.15% | - |
| XYZ | 0.88 | 1.42 | 1.26 | - |
| YUV | 25.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 27 | 0.95 | 0 | 0.27 | 0.85 | 162.86 | 0.9 | 0.08 |
| Hex | 2 | 25 | 1B | 5F | 0 | 1B | 55 | A3 | 5A | 8 |
| Octal | 2 | 45 | 33 | 137 | 0 | 33 | 125 | 243 | 132 | 10 |
| Binary | 10 | 100101 | 11011 | 1011111 | 0 | 11011 | 1010101 | 10100011 | 1011010 | 1000 |
Color Harmonies of #02251B
Complementary color
Monochromatic Colors of #02251B
Black with #02251B
Text Example
Text Example
White with #02251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02251B; }
p { color: rgb(2,37,27); }
H1.HeaderClassName
{
color: #02251B;
}
.AnyTagClassName
{
color: #02251B;
}
</style>
background-color css
<style>
a { background-color: #02251B; }
a { background-color: rgb(2,37,27); }
div.DivClassName
{
background-color: #02251B;
}
.BgClassName
{
background-color: #02251B;
}
</style>
border-color css
<style>
span { border-color: #02251B; }
span { border-color: rgb(2,37,27); }
td.TdClassName
{
border-color: #02251B;
}
.TagClassName
{
border-color: #02251B;
}
</style>