Shades of Dark Green #01362C
Tints of Dark Green #01362C
RGB
CMYK
RGB Variations
Color information
#01362C (or 0x01362C) is known color: Dark Green. HEX triplet: 01, 36 and 2C. RGB value is (1,54,44). Sum of RGB (Red+Green+Blue) = 1+54+44=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #01362C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362C is #FEC9D3. Grayscale: #252525. Windows color (decimal): -16697812 or 2897409. OLE color: 2897409.
HSL color Cylindrical-coordinate representation of color #01362C: hue angle of 168.68º 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 #01362C is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 44 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.79 |
| HSL | 168.68º | 0.96% | 0.11% | - |
| HSV(B) | 168.68º | 0.98% | 0.21% | - |
| XYZ | 1.79 | 2.83 | 2.83 | - |
| YUV | 37.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 44 | 0.98 | 0 | 0.19 | 0.79 | 168.68 | 0.96 | 0.11 |
| Hex | 1 | 36 | 2C | 62 | 0 | 13 | 4F | A9 | 60 | B |
| Octal | 1 | 66 | 54 | 142 | 0 | 23 | 117 | 251 | 140 | 13 |
| Binary | 1 | 110110 | 101100 | 1100010 | 0 | 10011 | 1001111 | 10101001 | 1100000 | 1011 |
Color Harmonies of #01362C
Complementary color
Monochromatic Colors of #01362C
Black with #01362C
Text Example
Text Example
White with #01362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01362C; }
p { color: rgb(1,54,44); }
H1.HeaderClassName
{
color: #01362C;
}
.AnyTagClassName
{
color: #01362C;
}
</style>
background-color css
<style>
a { background-color: #01362C; }
a { background-color: rgb(1,54,44); }
div.DivClassName
{
background-color: #01362C;
}
.BgClassName
{
background-color: #01362C;
}
</style>
border-color css
<style>
span { border-color: #01362C; }
span { border-color: rgb(1,54,44); }
td.TdClassName
{
border-color: #01362C;
}
.TagClassName
{
border-color: #01362C;
}
</style>