Shades of Dark Green #01362D
Tints of Dark Green #01362D
RGB
CMYK
RGB Variations
Color information
#01362D (or 0x01362D) is known color: Dark Green. HEX triplet: 01, 36 and 2D. RGB value is (1,54,45). Sum of RGB (Red+Green+Blue) = 1+54+45=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #01362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362D is #FEC9D2. Grayscale: #252525. Windows color (decimal): -16697811 or 2962945. OLE color: 2962945.
HSL color Cylindrical-coordinate representation of color #01362D: hue angle of 169.81º 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 #01362D is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 45 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.79 |
| HSL | 169.81º | 0.96% | 0.11% | - |
| HSV(B) | 169.81º | 0.98% | 0.21% | - |
| XYZ | 1.81 | 2.83 | 2.93 | - |
| YUV | 37.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 45 | 0.98 | 0 | 0.17 | 0.79 | 169.81 | 0.96 | 0.11 |
| Hex | 1 | 36 | 2D | 62 | 0 | 11 | 4F | AA | 60 | B |
| Octal | 1 | 66 | 55 | 142 | 0 | 21 | 117 | 252 | 140 | 13 |
| Binary | 1 | 110110 | 101101 | 1100010 | 0 | 10001 | 1001111 | 10101010 | 1100000 | 1011 |
Color Harmonies of #01362D
Complementary color
Monochromatic Colors of #01362D
Black with #01362D
Text Example
Text Example
White with #01362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01362D; }
p { color: rgb(1,54,45); }
H1.HeaderClassName
{
color: #01362D;
}
.AnyTagClassName
{
color: #01362D;
}
</style>
background-color css
<style>
a { background-color: #01362D; }
a { background-color: rgb(1,54,45); }
div.DivClassName
{
background-color: #01362D;
}
.BgClassName
{
background-color: #01362D;
}
</style>
border-color css
<style>
span { border-color: #01362D; }
span { border-color: rgb(1,54,45); }
td.TdClassName
{
border-color: #01362D;
}
.TagClassName
{
border-color: #01362D;
}
</style>