Shades of Green #036F1A
Tints of Green #036F1A
RGB
CMYK
RGB Variations
Color information
#036F1A (or 0x036F1A) is known color: Green. HEX triplet: 03, 6F and 1A. RGB value is (3,111,26). Sum of RGB (Red+Green+Blue) = 3+111+26=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 111 (43.75% from 255 or 79.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 111 - color contains mainly: green. Hex color #036F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036F1A is #FC90E5. Grayscale: #454545. Windows color (decimal): -16552166 or 1732355. OLE color: 1732355.
HSL color Cylindrical-coordinate representation of color #036F1A: hue angle of 132.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036F1A is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 111 | 26 | - |
| CMYK | 0.97 | 0 | 0.77 | 0.56 |
| HSL | 132.78º | 0.95% | 0.22% | - |
| HSV(B) | 132.78º | 0.97% | 0.44% | - |
| XYZ | 5.91 | 11.46 | 2.88 | - |
| YUV | 69.02 | 103.72 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 111 | 26 | 0.97 | 0 | 0.77 | 0.56 | 132.78 | 0.95 | 0.22 |
| Hex | 3 | 6F | 1A | 61 | 0 | 4D | 38 | 85 | 5F | 16 |
| Octal | 3 | 157 | 32 | 141 | 0 | 115 | 70 | 205 | 137 | 26 |
| Binary | 11 | 1101111 | 11010 | 1100001 | 0 | 1001101 | 111000 | 10000101 | 1011111 | 10110 |
Color Harmonies of #036F1A
Complementary color
Monochromatic Colors of #036F1A
Black with #036F1A
Text Example
Text Example
White with #036F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036F1A; }
p { color: rgb(3,111,26); }
H1.HeaderClassName
{
color: #036F1A;
}
.AnyTagClassName
{
color: #036F1A;
}
</style>
background-color css
<style>
a { background-color: #036F1A; }
a { background-color: rgb(3,111,26); }
div.DivClassName
{
background-color: #036F1A;
}
.BgClassName
{
background-color: #036F1A;
}
</style>
border-color css
<style>
span { border-color: #036F1A; }
span { border-color: rgb(3,111,26); }
td.TdClassName
{
border-color: #036F1A;
}
.TagClassName
{
border-color: #036F1A;
}
</style>