Shades of Pigment Green #12963E
Tints of Pigment Green #12963E
RGB
CMYK
RGB Variations
Color information
#12963E (or 0x12963E) is known color: Pigment Green. HEX triplet: 12, 96 and 3E. RGB value is (18,150,62). Sum of RGB (Red+Green+Blue) = 18+150+62=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 150 (58.98% from 255 or 65.22% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 150 - color contains mainly: green. Hex color #12963E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12963E is #ED69C1. Grayscale: #646464. Windows color (decimal): -15559106 or 4101650. OLE color: 4101650.
HSL color Cylindrical-coordinate representation of color #12963E: hue angle of 140º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12963E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 62 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.41 |
| HSL | 140º | 0.79% | 0.33% | - |
| HSV(B) | 140º | 0.88% | 0.59% | - |
| XYZ | 12.03 | 22.29 | 8.23 | - |
| YUV | 100.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 62 | 0.88 | 0 | 0.59 | 0.41 | 140 | 0.79 | 0.33 |
| Hex | 12 | 96 | 3E | 58 | 0 | 3B | 29 | 8C | 4F | 21 |
| Octal | 22 | 226 | 76 | 130 | 0 | 73 | 51 | 214 | 117 | 41 |
| Binary | 10010 | 10010110 | 111110 | 1011000 | 0 | 111011 | 101001 | 10001100 | 1001111 | 100001 |
Color Harmonies of #12963E
Complementary color
Monochromatic Colors of #12963E
Black with #12963E
Text Example
Text Example
White with #12963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12963E; }
p { color: rgb(18,150,62); }
H1.HeaderClassName
{
color: #12963E;
}
.AnyTagClassName
{
color: #12963E;
}
</style>
background-color css
<style>
a { background-color: #12963E; }
a { background-color: rgb(18,150,62); }
div.DivClassName
{
background-color: #12963E;
}
.BgClassName
{
background-color: #12963E;
}
</style>
border-color css
<style>
span { border-color: #12963E; }
span { border-color: rgb(18,150,62); }
td.TdClassName
{
border-color: #12963E;
}
.TagClassName
{
border-color: #12963E;
}
</style>