Shades of Dark Green #02301B
Tints of Dark Green #02301B
RGB
CMYK
RGB Variations
Color information
#02301B (or 0x02301B) is known color: Dark Green. HEX triplet: 02, 30 and 1B. RGB value is (2,48,27). Sum of RGB (Red+Green+Blue) = 2+48+27=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #02301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02301B is #FDCFE4. Grayscale: #1F1F1F. Windows color (decimal): -16633829 or 1781762. OLE color: 1781762.
HSL color Cylindrical-coordinate representation of color #02301B: hue angle of 152.61º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02301B is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 27 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.81 |
| HSL | 152.61º | 0.92% | 0.1% | - |
| HSV(B) | 152.61º | 0.96% | 0.19% | - |
| XYZ | 1.28 | 2.21 | 1.4 | - |
| YUV | 31.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 27 | 0.96 | 0 | 0.44 | 0.81 | 152.61 | 0.92 | 0.1 |
| Hex | 2 | 30 | 1B | 60 | 0 | 2C | 51 | 99 | 5C | A |
| Octal | 2 | 60 | 33 | 140 | 0 | 54 | 121 | 231 | 134 | 12 |
| Binary | 10 | 110000 | 11011 | 1100000 | 0 | 101100 | 1010001 | 10011001 | 1011100 | 1010 |
Color Harmonies of #02301B
Complementary color
Monochromatic Colors of #02301B
Black with #02301B
Text Example
Text Example
White with #02301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02301B; }
p { color: rgb(2,48,27); }
H1.HeaderClassName
{
color: #02301B;
}
.AnyTagClassName
{
color: #02301B;
}
</style>
background-color css
<style>
a { background-color: #02301B; }
a { background-color: rgb(2,48,27); }
div.DivClassName
{
background-color: #02301B;
}
.BgClassName
{
background-color: #02301B;
}
</style>
border-color css
<style>
span { border-color: #02301B; }
span { border-color: rgb(2,48,27); }
td.TdClassName
{
border-color: #02301B;
}
.TagClassName
{
border-color: #02301B;
}
</style>