Shades of Dark Green #00352D
Tints of Dark Green #00352D
RGB
CMYK
RGB Variations
Color information
#00352D (or 0x00352D) is known color: Dark Green. HEX triplet: 00, 35 and 2D. RGB value is (0,53,45). Sum of RGB (Red+Green+Blue) = 0+53+45=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 45 (17.97% from 255 or 45.92% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #00352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00352D is #FFCAD2. Grayscale: #242424. Windows color (decimal): -16763603 or 2962688. OLE color: 2962688.
HSL color Cylindrical-coordinate representation of color #00352D: hue angle of 170.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00352D is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 45 | - |
| CMYK | 1 | 0 | 0.15 | 0.79 |
| HSL | 170.94º | 1% | 0.1% | - |
| HSV(B) | 170.94º | 1% | 0.21% | - |
| XYZ | 1.75 | 2.74 | 2.92 | - |
| YUV | 36.24 | 132.94 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 45 | 1 | 0 | 0.15 | 0.79 | 170.94 | 1 | 0.1 |
| Hex | 0 | 35 | 2D | 64 | 0 | F | 4F | AB | 64 | A |
| Octal | 0 | 65 | 55 | 144 | 0 | 17 | 117 | 253 | 144 | 12 |
| Binary | 0 | 110101 | 101101 | 1100100 | 0 | 1111 | 1001111 | 10101011 | 1100100 | 1010 |
Color Harmonies of #00352D
Complementary color
Monochromatic Colors of #00352D
Black with #00352D
Text Example
Text Example
White with #00352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00352D; }
p { color: rgb(0,53,45); }
H1.HeaderClassName
{
color: #00352D;
}
.AnyTagClassName
{
color: #00352D;
}
</style>
background-color css
<style>
a { background-color: #00352D; }
a { background-color: rgb(0,53,45); }
div.DivClassName
{
background-color: #00352D;
}
.BgClassName
{
background-color: #00352D;
}
</style>
border-color css
<style>
span { border-color: #00352D; }
span { border-color: rgb(0,53,45); }
td.TdClassName
{
border-color: #00352D;
}
.TagClassName
{
border-color: #00352D;
}
</style>