Shades of Green #036B0F
Tints of Green #036B0F
RGB
CMYK
RGB Variations
Color information
#036B0F (or 0x036B0F) is known color: Green. HEX triplet: 03, 6B and 0F. RGB value is (3,107,15). Sum of RGB (Red+Green+Blue) = 3+107+15=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 107 (42.19% from 255 or 85.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 107 - color contains mainly: green. Hex color #036B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036B0F is #FC94F0. Grayscale: #414141. Windows color (decimal): -16553201 or 1010435. OLE color: 1010435.
HSL color Cylindrical-coordinate representation of color #036B0F: hue angle of 126.92º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B0F is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 107 | 15 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.58 |
| HSL | 126.92º | 0.95% | 0.22% | - |
| HSV(B) | 126.92º | 0.97% | 0.42% | - |
| XYZ | 5.38 | 10.57 | 2.21 | - |
| YUV | 65.42 | 99.54 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 107 | 15 | 0.97 | 0 | 0.86 | 0.58 | 126.92 | 0.95 | 0.22 |
| Hex | 3 | 6B | F | 61 | 0 | 56 | 3A | 7F | 5F | 16 |
| Octal | 3 | 153 | 17 | 141 | 0 | 126 | 72 | 177 | 137 | 26 |
| Binary | 11 | 1101011 | 1111 | 1100001 | 0 | 1010110 | 111010 | 1111111 | 1011111 | 10110 |
Color Harmonies of #036B0F
Complementary color
Monochromatic Colors of #036B0F
Black with #036B0F
Text Example
Text Example
White with #036B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036B0F; }
p { color: rgb(3,107,15); }
H1.HeaderClassName
{
color: #036B0F;
}
.AnyTagClassName
{
color: #036B0F;
}
</style>
background-color css
<style>
a { background-color: #036B0F; }
a { background-color: rgb(3,107,15); }
div.DivClassName
{
background-color: #036B0F;
}
.BgClassName
{
background-color: #036B0F;
}
</style>
border-color css
<style>
span { border-color: #036B0F; }
span { border-color: rgb(3,107,15); }
td.TdClassName
{
border-color: #036B0F;
}
.TagClassName
{
border-color: #036B0F;
}
</style>