Shades of Dark Green #003529
Tints of Dark Green #003529
RGB
CMYK
RGB Variations
Color information
#003529 (or 0x003529) is known color: Dark Green. HEX triplet: 00, 35 and 29. RGB value is (0,53,41). Sum of RGB (Red+Green+Blue) = 0+53+41=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #003529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003529 is #FFCAD6. Grayscale: #232323. Windows color (decimal): -16763607 or 2700544. OLE color: 2700544.
HSL color Cylindrical-coordinate representation of color #003529: hue angle of 166.42º 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 #003529 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 41 | - |
| CMYK | 1 | 0 | 0.23 | 0.79 |
| HSL | 166.42º | 1% | 0.1% | - |
| HSV(B) | 166.42º | 1% | 0.21% | - |
| XYZ | 1.67 | 2.71 | 2.53 | - |
| YUV | 35.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 41 | 1 | 0 | 0.23 | 0.79 | 166.42 | 1 | 0.1 |
| Hex | 0 | 35 | 29 | 64 | 0 | 17 | 4F | A6 | 64 | A |
| Octal | 0 | 65 | 51 | 144 | 0 | 27 | 117 | 246 | 144 | 12 |
| Binary | 0 | 110101 | 101001 | 1100100 | 0 | 10111 | 1001111 | 10100110 | 1100100 | 1010 |
Color Harmonies of #003529
Complementary color
Monochromatic Colors of #003529
Black with #003529
Text Example
Text Example
White with #003529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003529; }
p { color: rgb(0,53,41); }
H1.HeaderClassName
{
color: #003529;
}
.AnyTagClassName
{
color: #003529;
}
</style>
background-color css
<style>
a { background-color: #003529; }
a { background-color: rgb(0,53,41); }
div.DivClassName
{
background-color: #003529;
}
.BgClassName
{
background-color: #003529;
}
</style>
border-color css
<style>
span { border-color: #003529; }
span { border-color: rgb(0,53,41); }
td.TdClassName
{
border-color: #003529;
}
.TagClassName
{
border-color: #003529;
}
</style>