Shades of Dark Green #01280F
Tints of Dark Green #01280F
RGB
CMYK
RGB Variations
Color information
#01280F (or 0x01280F) is known color: Dark Green. HEX triplet: 01, 28 and 0F. RGB value is (1,40,15). Sum of RGB (Red+Green+Blue) = 1+40+15=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 40 (16.02% from 255 or 71.43% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 40 - color contains mainly: green. Hex color #01280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01280F is #FED7F0. Grayscale: #191919. Windows color (decimal): -16701425 or 993281. OLE color: 993281.
HSL color Cylindrical-coordinate representation of color #01280F: hue angle of 141.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01280F is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 15 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.84 |
| HSL | 141.54º | 0.95% | 0.08% | - |
| HSV(B) | 141.54º | 0.98% | 0.16% | - |
| XYZ | 0.86 | 1.56 | 0.71 | - |
| YUV | 25.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 15 | 0.98 | 0 | 0.62 | 0.84 | 141.54 | 0.95 | 0.08 |
| Hex | 1 | 28 | F | 62 | 0 | 3E | 54 | 8E | 5F | 8 |
| Octal | 1 | 50 | 17 | 142 | 0 | 76 | 124 | 216 | 137 | 10 |
| Binary | 1 | 101000 | 1111 | 1100010 | 0 | 111110 | 1010100 | 10001110 | 1011111 | 1000 |
Color Harmonies of #01280F
Complementary color
Monochromatic Colors of #01280F
Black with #01280F
Text Example
Text Example
White with #01280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01280F; }
p { color: rgb(1,40,15); }
H1.HeaderClassName
{
color: #01280F;
}
.AnyTagClassName
{
color: #01280F;
}
</style>
background-color css
<style>
a { background-color: #01280F; }
a { background-color: rgb(1,40,15); }
div.DivClassName
{
background-color: #01280F;
}
.BgClassName
{
background-color: #01280F;
}
</style>
border-color css
<style>
span { border-color: #01280F; }
span { border-color: rgb(1,40,15); }
td.TdClassName
{
border-color: #01280F;
}
.TagClassName
{
border-color: #01280F;
}
</style>