Shades of Dark Green #02331C
Tints of Dark Green #02331C
RGB
CMYK
RGB Variations
Color information
#02331C (or 0x02331C) is known color: Dark Green. HEX triplet: 02, 33 and 1C. RGB value is (2,51,28). Sum of RGB (Red+Green+Blue) = 2+51+28=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #02331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02331C is #FDCCE3. Grayscale: #212121. Windows color (decimal): -16633060 or 1848066. OLE color: 1848066.
HSL color Cylindrical-coordinate representation of color #02331C: hue angle of 151.84º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02331C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 2 | 51 | 28 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.8 |
| HSL | 151.84º | 0.92% | 0.1% | - |
| HSV(B) | 151.84º | 0.96% | 0.2% | - |
| XYZ | 1.42 | 2.46 | 1.5 | - |
| YUV | 33.73 | 124.77 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 51 | 28 | 0.96 | 0 | 0.45 | 0.8 | 151.84 | 0.92 | 0.1 |
| Hex | 2 | 33 | 1C | 60 | 0 | 2D | 50 | 98 | 5C | A |
| Octal | 2 | 63 | 34 | 140 | 0 | 55 | 120 | 230 | 134 | 12 |
| Binary | 10 | 110011 | 11100 | 1100000 | 0 | 101101 | 1010000 | 10011000 | 1011100 | 1010 |
Color Harmonies of #02331C
Complementary color
Monochromatic Colors of #02331C
Black with #02331C
Text Example
Text Example
White with #02331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02331C; }
p { color: rgb(2,51,28); }
H1.HeaderClassName
{
color: #02331C;
}
.AnyTagClassName
{
color: #02331C;
}
</style>
background-color css
<style>
a { background-color: #02331C; }
a { background-color: rgb(2,51,28); }
div.DivClassName
{
background-color: #02331C;
}
.BgClassName
{
background-color: #02331C;
}
</style>
border-color css
<style>
span { border-color: #02331C; }
span { border-color: rgb(2,51,28); }
td.TdClassName
{
border-color: #02331C;
}
.TagClassName
{
border-color: #02331C;
}
</style>