Shades of Green #12750D
Tints of Green #12750D
RGB
CMYK
RGB Variations
Color information
#12750D (or 0x12750D) is known color: Green. HEX triplet: 12, 75 and 0D. RGB value is (18,117,13). Sum of RGB (Red+Green+Blue) = 18+117+13=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #12750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12750D is #ED8AF2. Grayscale: #4B4B4B. Windows color (decimal): -15567603 or 881938. OLE color: 881938.
HSL color Cylindrical-coordinate representation of color #12750D: hue angle of 117.12º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12750D is Cyan = 0.85, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 13 | - |
| CMYK | 0.85 | 0 | 0.89 | 0.54 |
| HSL | 117.12º | 0.8% | 0.25% | - |
| HSV(B) | 117.12º | 0.89% | 0.46% | - |
| XYZ | 6.68 | 12.88 | 2.51 | - |
| YUV | 75.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 13 | 0.85 | 0 | 0.89 | 0.54 | 117.12 | 0.8 | 0.25 |
| Hex | 12 | 75 | D | 55 | 0 | 59 | 36 | 75 | 50 | 19 |
| Octal | 22 | 165 | 15 | 125 | 0 | 131 | 66 | 165 | 120 | 31 |
| Binary | 10010 | 1110101 | 1101 | 1010101 | 0 | 1011001 | 110110 | 1110101 | 1010000 | 11001 |
Color Harmonies of #12750D
Complementary color
Monochromatic Colors of #12750D
Black with #12750D
Text Example
Text Example
White with #12750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12750D; }
p { color: rgb(18,117,13); }
H1.HeaderClassName
{
color: #12750D;
}
.AnyTagClassName
{
color: #12750D;
}
</style>
background-color css
<style>
a { background-color: #12750D; }
a { background-color: rgb(18,117,13); }
div.DivClassName
{
background-color: #12750D;
}
.BgClassName
{
background-color: #12750D;
}
</style>
border-color css
<style>
span { border-color: #12750D; }
span { border-color: rgb(18,117,13); }
td.TdClassName
{
border-color: #12750D;
}
.TagClassName
{
border-color: #12750D;
}
</style>