Shades of Dark Green #02302E
Tints of Dark Green #02302E
RGB
CMYK
RGB Variations
Color information
#02302E (or 0x02302E) is known color: Dark Green. HEX triplet: 02, 30 and 2E. RGB value is (2,48,46). Sum of RGB (Red+Green+Blue) = 2+48+46=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 48 (19.14% from 255 or 50% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 48 - color contains mainly: green. Hex color #02302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302E is #FDCFD1. Grayscale: #212121. Windows color (decimal): -16633810 or 3026946. OLE color: 3026946.
HSL color Cylindrical-coordinate representation of color #02302E: hue angle of 177.39º 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 #02302E is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 46 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.81 |
| HSL | 177.39º | 0.92% | 0.1% | - |
| HSV(B) | 177.39º | 0.96% | 0.19% | - |
| XYZ | 1.58 | 2.32 | 2.95 | - |
| YUV | 34.02 | 134.76 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 46 | 0.96 | 0 | 0.04 | 0.81 | 177.39 | 0.92 | 0.1 |
| Hex | 2 | 30 | 2E | 60 | 0 | 4 | 51 | B1 | 5C | A |
| Octal | 2 | 60 | 56 | 140 | 0 | 4 | 121 | 261 | 134 | 12 |
| Binary | 10 | 110000 | 101110 | 1100000 | 0 | 100 | 1010001 | 10110001 | 1011100 | 1010 |
Color Harmonies of #02302E
Complementary color
Monochromatic Colors of #02302E
Black with #02302E
Text Example
Text Example
White with #02302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02302E; }
p { color: rgb(2,48,46); }
H1.HeaderClassName
{
color: #02302E;
}
.AnyTagClassName
{
color: #02302E;
}
</style>
background-color css
<style>
a { background-color: #02302E; }
a { background-color: rgb(2,48,46); }
div.DivClassName
{
background-color: #02302E;
}
.BgClassName
{
background-color: #02302E;
}
</style>
border-color css
<style>
span { border-color: #02302E; }
span { border-color: rgb(2,48,46); }
td.TdClassName
{
border-color: #02302E;
}
.TagClassName
{
border-color: #02302E;
}
</style>