Shades of Dark Green #013629
Tints of Dark Green #013629
RGB
CMYK
RGB Variations
Color information
#013629 (or 0x013629) is known color: Dark Green. HEX triplet: 01, 36 and 29. RGB value is (1,54,41). Sum of RGB (Red+Green+Blue) = 1+54+41=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 54 (21.48% from 255 or 56.25% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 54 - color contains mainly: green. Hex color #013629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013629 is #FEC9D6. Grayscale: #242424. Windows color (decimal): -16697815 or 2700801. OLE color: 2700801.
HSL color Cylindrical-coordinate representation of color #013629: hue angle of 165.28º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013629 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 41 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.79 |
| HSL | 165.28º | 0.96% | 0.11% | - |
| HSV(B) | 165.28º | 0.98% | 0.21% | - |
| XYZ | 1.73 | 2.8 | 2.55 | - |
| YUV | 36.67 | 130.44 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 41 | 0.98 | 0 | 0.24 | 0.79 | 165.28 | 0.96 | 0.11 |
| Hex | 1 | 36 | 29 | 62 | 0 | 18 | 4F | A5 | 60 | B |
| Octal | 1 | 66 | 51 | 142 | 0 | 30 | 117 | 245 | 140 | 13 |
| Binary | 1 | 110110 | 101001 | 1100010 | 0 | 11000 | 1001111 | 10100101 | 1100000 | 1011 |
Color Harmonies of #013629
Complementary color
Monochromatic Colors of #013629
Black with #013629
Text Example
Text Example
White with #013629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013629; }
p { color: rgb(1,54,41); }
H1.HeaderClassName
{
color: #013629;
}
.AnyTagClassName
{
color: #013629;
}
</style>
background-color css
<style>
a { background-color: #013629; }
a { background-color: rgb(1,54,41); }
div.DivClassName
{
background-color: #013629;
}
.BgClassName
{
background-color: #013629;
}
</style>
border-color css
<style>
span { border-color: #013629; }
span { border-color: rgb(1,54,41); }
td.TdClassName
{
border-color: #013629;
}
.TagClassName
{
border-color: #013629;
}
</style>