Shades of Dark Green #02302D
Tints of Dark Green #02302D
RGB
CMYK
RGB Variations
Color information
#02302D (or 0x02302D) is known color: Dark Green. HEX triplet: 02, 30 and 2D. RGB value is (2,48,45). Sum of RGB (Red+Green+Blue) = 2+48+45=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #02302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302D is #FDCFD2. Grayscale: #212121. Windows color (decimal): -16633811 or 2961410. OLE color: 2961410.
HSL color Cylindrical-coordinate representation of color #02302D: hue angle of 176.09º 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 #02302D is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 45 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.81 |
| HSL | 176.09º | 0.92% | 0.1% | - |
| HSV(B) | 176.09º | 0.96% | 0.19% | - |
| XYZ | 1.56 | 2.32 | 2.85 | - |
| YUV | 33.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 45 | 0.96 | 0 | 0.06 | 0.81 | 176.09 | 0.92 | 0.1 |
| Hex | 2 | 30 | 2D | 60 | 0 | 6 | 51 | B0 | 5C | A |
| Octal | 2 | 60 | 55 | 140 | 0 | 6 | 121 | 260 | 134 | 12 |
| Binary | 10 | 110000 | 101101 | 1100000 | 0 | 110 | 1010001 | 10110000 | 1011100 | 1010 |
Color Harmonies of #02302D
Complementary color
Monochromatic Colors of #02302D
Black with #02302D
Text Example
Text Example
White with #02302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02302D; }
p { color: rgb(2,48,45); }
H1.HeaderClassName
{
color: #02302D;
}
.AnyTagClassName
{
color: #02302D;
}
</style>
background-color css
<style>
a { background-color: #02302D; }
a { background-color: rgb(2,48,45); }
div.DivClassName
{
background-color: #02302D;
}
.BgClassName
{
background-color: #02302D;
}
</style>
border-color css
<style>
span { border-color: #02302D; }
span { border-color: rgb(2,48,45); }
td.TdClassName
{
border-color: #02302D;
}
.TagClassName
{
border-color: #02302D;
}
</style>