Shades of Dark Green #02352D
Tints of Dark Green #02352D
RGB
CMYK
RGB Variations
Color information
#02352D (or 0x02352D) is known color: Dark Green. HEX triplet: 02, 35 and 2D. RGB value is (2,53,45). Sum of RGB (Red+Green+Blue) = 2+53+45=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #02352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02352D is #FDCAD2. Grayscale: #242424. Windows color (decimal): -16632531 or 2962690. OLE color: 2962690.
HSL color Cylindrical-coordinate representation of color #02352D: hue angle of 170.59º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02352D is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 2 | 53 | 45 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.79 |
| HSL | 170.59º | 0.93% | 0.11% | - |
| HSV(B) | 170.59º | 0.96% | 0.21% | - |
| XYZ | 1.77 | 2.75 | 2.92 | - |
| YUV | 36.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 53 | 45 | 0.96 | 0 | 0.15 | 0.79 | 170.59 | 0.93 | 0.11 |
| Hex | 2 | 35 | 2D | 60 | 0 | F | 4F | AB | 5D | B |
| Octal | 2 | 65 | 55 | 140 | 0 | 17 | 117 | 253 | 135 | 13 |
| Binary | 10 | 110101 | 101101 | 1100000 | 0 | 1111 | 1001111 | 10101011 | 1011101 | 1011 |
Color Harmonies of #02352D
Complementary color
Monochromatic Colors of #02352D
Black with #02352D
Text Example
Text Example
White with #02352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02352D; }
p { color: rgb(2,53,45); }
H1.HeaderClassName
{
color: #02352D;
}
.AnyTagClassName
{
color: #02352D;
}
</style>
background-color css
<style>
a { background-color: #02352D; }
a { background-color: rgb(2,53,45); }
div.DivClassName
{
background-color: #02352D;
}
.BgClassName
{
background-color: #02352D;
}
</style>
border-color css
<style>
span { border-color: #02352D; }
span { border-color: rgb(2,53,45); }
td.TdClassName
{
border-color: #02352D;
}
.TagClassName
{
border-color: #02352D;
}
</style>