Shades of Dark Green #02341C
Tints of Dark Green #02341C
RGB
CMYK
RGB Variations
Color information
#02341C (or 0x02341C) is known color: Dark Green. HEX triplet: 02, 34 and 1C. RGB value is (2,52,28). Sum of RGB (Red+Green+Blue) = 2+52+28=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #02341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02341C is #FDCBE3. Grayscale: #222222. Windows color (decimal): -16632804 or 1848322. OLE color: 1848322.
HSL color Cylindrical-coordinate representation of color #02341C: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02341C is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 28 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.80 |
| HSL | 151.2º | 0.93% | 0.11% | - |
| HSV(B) | 151.2º | 0.96% | 0.2% | - |
| XYZ | 1.46 | 2.55 | 1.51 | - |
| YUV | 34.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 28 | 0.96 | 0 | 0.46 | 0.80 | 151.2 | 0.93 | 0.11 |
| Hex | 2 | 34 | 1C | 60 | 0 | 2E | 50 | 97 | 5D | B |
| Octal | 2 | 64 | 34 | 140 | 0 | 56 | 120 | 227 | 135 | 13 |
| Binary | 10 | 110100 | 11100 | 1100000 | 0 | 101110 | 1010000 | 10010111 | 1011101 | 1011 |
Color Harmonies of #02341C
Complementary color
Monochromatic Colors of #02341C
Black with #02341C
Text Example
Text Example
White with #02341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02341C; }
p { color: rgb(2,52,28); }
H1.HeaderClassName
{
color: #02341C;
}
.AnyTagClassName
{
color: #02341C;
}
</style>
background-color css
<style>
a { background-color: #02341C; }
a { background-color: rgb(2,52,28); }
div.DivClassName
{
background-color: #02341C;
}
.BgClassName
{
background-color: #02341C;
}
</style>
border-color css
<style>
span { border-color: #02341C; }
span { border-color: rgb(2,52,28); }
td.TdClassName
{
border-color: #02341C;
}
.TagClassName
{
border-color: #02341C;
}
</style>