Shades of Dark Green #02301C
Tints of Dark Green #02301C
RGB
CMYK
RGB Variations
Color information
#02301C (or 0x02301C) is known color: Dark Green. HEX triplet: 02, 30 and 1C. RGB value is (2,48,28). Sum of RGB (Red+Green+Blue) = 2+48+28=78 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.56% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #02301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02301C is #FDCFE3. Grayscale: #202020. Windows color (decimal): -16633828 or 1847298. OLE color: 1847298.
HSL color Cylindrical-coordinate representation of color #02301C: hue angle of 153.91º 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 #02301C is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 2 | 48 | 28 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.81 |
| HSL | 153.91º | 0.92% | 0.1% | - |
| HSV(B) | 153.91º | 0.96% | 0.19% | - |
| XYZ | 1.29 | 2.21 | 1.46 | - |
| YUV | 31.97 | 125.76 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 28 | 0.96 | 0 | 0.42 | 0.81 | 153.91 | 0.92 | 0.1 |
| Hex | 2 | 30 | 1C | 60 | 0 | 2A | 51 | 9A | 5C | A |
| Octal | 2 | 60 | 34 | 140 | 0 | 52 | 121 | 232 | 134 | 12 |
| Binary | 10 | 110000 | 11100 | 1100000 | 0 | 101010 | 1010001 | 10011010 | 1011100 | 1010 |
Color Harmonies of #02301C
Complementary color
Monochromatic Colors of #02301C
Black with #02301C
Text Example
Text Example
White with #02301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02301C; }
p { color: rgb(2,48,28); }
H1.HeaderClassName
{
color: #02301C;
}
.AnyTagClassName
{
color: #02301C;
}
</style>
background-color css
<style>
a { background-color: #02301C; }
a { background-color: rgb(2,48,28); }
div.DivClassName
{
background-color: #02301C;
}
.BgClassName
{
background-color: #02301C;
}
</style>
border-color css
<style>
span { border-color: #02301C; }
span { border-color: rgb(2,48,28); }
td.TdClassName
{
border-color: #02301C;
}
.TagClassName
{
border-color: #02301C;
}
</style>