Shades of Dark Green #012F2B
Tints of Dark Green #012F2B
RGB
CMYK
RGB Variations
Color information
#012F2B (or 0x012F2B) is known color: Dark Green. HEX triplet: 01, 2F and 2B. RGB value is (1,47,43). Sum of RGB (Red+Green+Blue) = 1+47+43=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 47 (18.75% from 255 or 51.65% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 47 - color contains mainly: green. Hex color #012F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012F2B is #FED0D4. Grayscale: #202020. Windows color (decimal): -16699605 or 2830081. OLE color: 2830081.
HSL color Cylindrical-coordinate representation of color #012F2B: hue angle of 174.78º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012F2B is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 47 | 43 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.82 |
| HSL | 174.78º | 0.96% | 0.09% | - |
| HSV(B) | 174.78º | 0.98% | 0.18% | - |
| XYZ | 1.47 | 2.21 | 2.64 | - |
| YUV | 32.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 47 | 43 | 0.98 | 0 | 0.09 | 0.82 | 174.78 | 0.96 | 0.09 |
| Hex | 1 | 2F | 2B | 62 | 0 | 9 | 52 | AF | 60 | 9 |
| Octal | 1 | 57 | 53 | 142 | 0 | 11 | 122 | 257 | 140 | 11 |
| Binary | 1 | 101111 | 101011 | 1100010 | 0 | 1001 | 1010010 | 10101111 | 1100000 | 1001 |
Color Harmonies of #012F2B
Complementary color
Monochromatic Colors of #012F2B
Black with #012F2B
Text Example
Text Example
White with #012F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012F2B; }
p { color: rgb(1,47,43); }
H1.HeaderClassName
{
color: #012F2B;
}
.AnyTagClassName
{
color: #012F2B;
}
</style>
background-color css
<style>
a { background-color: #012F2B; }
a { background-color: rgb(1,47,43); }
div.DivClassName
{
background-color: #012F2B;
}
.BgClassName
{
background-color: #012F2B;
}
</style>
border-color css
<style>
span { border-color: #012F2B; }
span { border-color: rgb(1,47,43); }
td.TdClassName
{
border-color: #012F2B;
}
.TagClassName
{
border-color: #012F2B;
}
</style>