Shades of Green #12620F
Tints of Green #12620F
RGB
CMYK
RGB Variations
Color information
#12620F (or 0x12620F) is known color: Green. HEX triplet: 12, 62 and 0F. RGB value is (18,98,15). Sum of RGB (Red+Green+Blue) = 18+98+15=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 98 (38.67% from 255 or 74.81% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 98 - color contains mainly: green. Hex color #12620F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12620F is #ED9DF0. Grayscale: #404040. Windows color (decimal): -15572465 or 1008146. OLE color: 1008146.
HSL color Cylindrical-coordinate representation of color #12620F: hue angle of 117.83º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12620F is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 15 | - |
| CMYK | 0.82 | 0 | 0.85 | 0.62 |
| HSL | 117.83º | 0.73% | 0.22% | - |
| HSV(B) | 117.83º | 0.85% | 0.38% | - |
| XYZ | 4.7 | 8.9 | 1.92 | - |
| YUV | 64.62 | 100 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 15 | 0.82 | 0 | 0.85 | 0.62 | 117.83 | 0.73 | 0.22 |
| Hex | 12 | 62 | F | 52 | 0 | 55 | 3E | 76 | 49 | 16 |
| Octal | 22 | 142 | 17 | 122 | 0 | 125 | 76 | 166 | 111 | 26 |
| Binary | 10010 | 1100010 | 1111 | 1010010 | 0 | 1010101 | 111110 | 1110110 | 1001001 | 10110 |
Color Harmonies of #12620F
Complementary color
Monochromatic Colors of #12620F
Black with #12620F
Text Example
Text Example
White with #12620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12620F; }
p { color: rgb(18,98,15); }
H1.HeaderClassName
{
color: #12620F;
}
.AnyTagClassName
{
color: #12620F;
}
</style>
background-color css
<style>
a { background-color: #12620F; }
a { background-color: rgb(18,98,15); }
div.DivClassName
{
background-color: #12620F;
}
.BgClassName
{
background-color: #12620F;
}
</style>
border-color css
<style>
span { border-color: #12620F; }
span { border-color: rgb(18,98,15); }
td.TdClassName
{
border-color: #12620F;
}
.TagClassName
{
border-color: #12620F;
}
</style>