Shades of Dark Green #01362A
Tints of Dark Green #01362A
RGB
CMYK
RGB Variations
Color information
#01362A (or 0x01362A) is known color: Dark Green. HEX triplet: 01, 36 and 2A. RGB value is (1,54,42). Sum of RGB (Red+Green+Blue) = 1+54+42=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #01362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01362A is #FEC9D5. Grayscale: #242424. Windows color (decimal): -16697814 or 2766337. OLE color: 2766337.
HSL color Cylindrical-coordinate representation of color #01362A: hue angle of 166.42º 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 #01362A is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 54 | 42 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.79 |
| HSL | 166.42º | 0.96% | 0.11% | - |
| HSV(B) | 166.42º | 0.98% | 0.21% | - |
| XYZ | 1.75 | 2.81 | 2.64 | - |
| YUV | 36.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 54 | 42 | 0.98 | 0 | 0.22 | 0.79 | 166.42 | 0.96 | 0.11 |
| Hex | 1 | 36 | 2A | 62 | 0 | 16 | 4F | A6 | 60 | B |
| Octal | 1 | 66 | 52 | 142 | 0 | 26 | 117 | 246 | 140 | 13 |
| Binary | 1 | 110110 | 101010 | 1100010 | 0 | 10110 | 1001111 | 10100110 | 1100000 | 1011 |
Color Harmonies of #01362A
Complementary color
Monochromatic Colors of #01362A
Black with #01362A
Text Example
Text Example
White with #01362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01362A; }
p { color: rgb(1,54,42); }
H1.HeaderClassName
{
color: #01362A;
}
.AnyTagClassName
{
color: #01362A;
}
</style>
background-color css
<style>
a { background-color: #01362A; }
a { background-color: rgb(1,54,42); }
div.DivClassName
{
background-color: #01362A;
}
.BgClassName
{
background-color: #01362A;
}
</style>
border-color css
<style>
span { border-color: #01362A; }
span { border-color: rgb(1,54,42); }
td.TdClassName
{
border-color: #01362A;
}
.TagClassName
{
border-color: #01362A;
}
</style>