Shades of Dark Green #02341D
Tints of Dark Green #02341D
RGB
CMYK
RGB Variations
Color information
#02341D (or 0x02341D) is known color: Dark Green. HEX triplet: 02, 34 and 1D. RGB value is (2,52,29). Sum of RGB (Red+Green+Blue) = 2+52+29=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #02341D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02341D is #FDCBE2. Grayscale: #222222. Windows color (decimal): -16632803 or 1913858. OLE color: 1913858.
HSL color Cylindrical-coordinate representation of color #02341D: hue angle of 152.4º 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 #02341D is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 2 | 52 | 29 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.80 |
| HSL | 152.4º | 0.93% | 0.11% | - |
| HSV(B) | 152.4º | 0.96% | 0.2% | - |
| XYZ | 1.47 | 2.56 | 1.58 | - |
| YUV | 34.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 52 | 29 | 0.96 | 0 | 0.44 | 0.80 | 152.4 | 0.93 | 0.11 |
| Hex | 2 | 34 | 1D | 60 | 0 | 2C | 50 | 98 | 5D | B |
| Octal | 2 | 64 | 35 | 140 | 0 | 54 | 120 | 230 | 135 | 13 |
| Binary | 10 | 110100 | 11101 | 1100000 | 0 | 101100 | 1010000 | 10011000 | 1011101 | 1011 |
Color Harmonies of #02341D
Complementary color
Monochromatic Colors of #02341D
Black with #02341D
Text Example
Text Example
White with #02341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02341D; }
p { color: rgb(2,52,29); }
H1.HeaderClassName
{
color: #02341D;
}
.AnyTagClassName
{
color: #02341D;
}
</style>
background-color css
<style>
a { background-color: #02341D; }
a { background-color: rgb(2,52,29); }
div.DivClassName
{
background-color: #02341D;
}
.BgClassName
{
background-color: #02341D;
}
</style>
border-color css
<style>
span { border-color: #02341D; }
span { border-color: rgb(2,52,29); }
td.TdClassName
{
border-color: #02341D;
}
.TagClassName
{
border-color: #02341D;
}
</style>