Shades of Green #036102
Tints of Green #036102
RGB
CMYK
RGB Variations
Color information
#036102 (or 0x036102) is known color: Green. HEX triplet: 03, 61 and 02. RGB value is (3,97,2). Sum of RGB (Red+Green+Blue) = 3+97+2=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 97 (38.28% from 255 or 95.10% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 97 - color contains mainly: green. Hex color #036102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036102 is #FC9EFD. Grayscale: #3A3A3A. Windows color (decimal): -16555774 or 155907. OLE color: 155907.
HSL color Cylindrical-coordinate representation of color #036102: hue angle of 119.37º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036102 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 97 | 2 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.62 |
| HSL | 119.37º | 0.96% | 0.19% | - |
| HSV(B) | 119.37º | 0.98% | 0.38% | - |
| XYZ | 4.32 | 8.57 | 1.48 | - |
| YUV | 58.06 | 96.36 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 97 | 2 | 0.97 | 0 | 0.98 | 0.62 | 119.37 | 0.96 | 0.19 |
| Hex | 3 | 61 | 2 | 61 | 0 | 62 | 3E | 77 | 60 | 13 |
| Octal | 3 | 141 | 2 | 141 | 0 | 142 | 76 | 167 | 140 | 23 |
| Binary | 11 | 1100001 | 10 | 1100001 | 0 | 1100010 | 111110 | 1110111 | 1100000 | 10011 |
Color Harmonies of #036102
Complementary color
Monochromatic Colors of #036102
Black with #036102
Text Example
Text Example
White with #036102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036102; }
p { color: rgb(3,97,2); }
H1.HeaderClassName
{
color: #036102;
}
.AnyTagClassName
{
color: #036102;
}
</style>
background-color css
<style>
a { background-color: #036102; }
a { background-color: rgb(3,97,2); }
div.DivClassName
{
background-color: #036102;
}
.BgClassName
{
background-color: #036102;
}
</style>
border-color css
<style>
span { border-color: #036102; }
span { border-color: rgb(3,97,2); }
td.TdClassName
{
border-color: #036102;
}
.TagClassName
{
border-color: #036102;
}
</style>