Shades of Dark Green #02302C
Tints of Dark Green #02302C
RGB
CMYK
RGB Variations
Color information
#02302C (or 0x02302C) is known color: Dark Green. HEX triplet: 02, 30 and 2C. RGB value is (2,48,44). Sum of RGB (Red+Green+Blue) = 2+48+44=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 48 (19.14% from 255 or 51.06% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 48 - color contains mainly: green. Hex color #02302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02302C is #FDCFD3. Grayscale: #212121. Windows color (decimal): -16633812 or 2895874. OLE color: 2895874.
HSL color Cylindrical-coordinate representation of color #02302C: hue angle of 174.78º 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 #02302C is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 44 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.81 |
| HSL | 174.78º | 0.92% | 0.1% | - |
| HSV(B) | 174.78º | 0.96% | 0.19% | - |
| XYZ | 1.54 | 2.31 | 2.75 | - |
| YUV | 33.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 44 | 0.96 | 0 | 0.08 | 0.81 | 174.78 | 0.92 | 0.1 |
| Hex | 2 | 30 | 2C | 60 | 0 | 8 | 51 | AF | 5C | A |
| Octal | 2 | 60 | 54 | 140 | 0 | 10 | 121 | 257 | 134 | 12 |
| Binary | 10 | 110000 | 101100 | 1100000 | 0 | 1000 | 1010001 | 10101111 | 1011100 | 1010 |
Color Harmonies of #02302C
Complementary color
Monochromatic Colors of #02302C
Black with #02302C
Text Example
Text Example
White with #02302C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02302C; }
p { color: rgb(2,48,44); }
H1.HeaderClassName
{
color: #02302C;
}
.AnyTagClassName
{
color: #02302C;
}
</style>
background-color css
<style>
a { background-color: #02302C; }
a { background-color: rgb(2,48,44); }
div.DivClassName
{
background-color: #02302C;
}
.BgClassName
{
background-color: #02302C;
}
</style>
border-color css
<style>
span { border-color: #02302C; }
span { border-color: rgb(2,48,44); }
td.TdClassName
{
border-color: #02302C;
}
.TagClassName
{
border-color: #02302C;
}
</style>