Shades of Green #12620D
Tints of Green #12620D
RGB
CMYK
RGB Variations
Color information
#12620D (or 0x12620D) is known color: Green. HEX triplet: 12, 62 and 0D. RGB value is (18,98,13). Sum of RGB (Red+Green+Blue) = 18+98+13=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 98 (38.67% from 255 or 75.97% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 98 - color contains mainly: green. Hex color #12620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12620D is #ED9DF2. Grayscale: #404040. Windows color (decimal): -15572467 or 877074. OLE color: 877074.
HSL color Cylindrical-coordinate representation of color #12620D: hue angle of 116.47º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12620D is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 13 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.62 |
| HSL | 116.47º | 0.77% | 0.22% | - |
| HSV(B) | 116.47º | 0.87% | 0.38% | - |
| XYZ | 4.69 | 8.89 | 1.85 | - |
| YUV | 64.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 13 | 0.82 | 0 | 0.87 | 0.62 | 116.47 | 0.77 | 0.22 |
| Hex | 12 | 62 | D | 52 | 0 | 57 | 3E | 74 | 4D | 16 |
| Octal | 22 | 142 | 15 | 122 | 0 | 127 | 76 | 164 | 115 | 26 |
| Binary | 10010 | 1100010 | 1101 | 1010010 | 0 | 1010111 | 111110 | 1110100 | 1001101 | 10110 |
Color Harmonies of #12620D
Complementary color
Monochromatic Colors of #12620D
Black with #12620D
Text Example
Text Example
White with #12620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12620D; }
p { color: rgb(18,98,13); }
H1.HeaderClassName
{
color: #12620D;
}
.AnyTagClassName
{
color: #12620D;
}
</style>
background-color css
<style>
a { background-color: #12620D; }
a { background-color: rgb(18,98,13); }
div.DivClassName
{
background-color: #12620D;
}
.BgClassName
{
background-color: #12620D;
}
</style>
border-color css
<style>
span { border-color: #12620D; }
span { border-color: rgb(18,98,13); }
td.TdClassName
{
border-color: #12620D;
}
.TagClassName
{
border-color: #12620D;
}
</style>