Shades of Pigment Green #12963C
Tints of Pigment Green #12963C
RGB
CMYK
RGB Variations
Color information
#12963C (or 0x12963C) is known color: Pigment Green. HEX triplet: 12, 96 and 3C. RGB value is (18,150,60). Sum of RGB (Red+Green+Blue) = 18+150+60=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 150 (58.98% from 255 or 65.79% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 150 - color contains mainly: green. Hex color #12963C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12963C is #ED69C3. Grayscale: #646464. Windows color (decimal): -15559108 or 3970578. OLE color: 3970578.
HSL color Cylindrical-coordinate representation of color #12963C: hue angle of 139.09º 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 #12963C is Cyan = 0.88, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 60 | - |
| CMYK | 0.88 | 0 | 0.6 | 0.41 |
| HSL | 139.09º | 0.79% | 0.33% | - |
| HSV(B) | 139.09º | 0.88% | 0.59% | - |
| XYZ | 11.97 | 22.27 | 7.94 | - |
| YUV | 100.27 | 105.27 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 60 | 0.88 | 0 | 0.6 | 0.41 | 139.09 | 0.79 | 0.33 |
| Hex | 12 | 96 | 3C | 58 | 0 | 3C | 29 | 8B | 4F | 21 |
| Octal | 22 | 226 | 74 | 130 | 0 | 74 | 51 | 213 | 117 | 41 |
| Binary | 10010 | 10010110 | 111100 | 1011000 | 0 | 111100 | 101001 | 10001011 | 1001111 | 100001 |
Color Harmonies of #12963C
Complementary color
Monochromatic Colors of #12963C
Black with #12963C
Text Example
Text Example
White with #12963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12963C; }
p { color: rgb(18,150,60); }
H1.HeaderClassName
{
color: #12963C;
}
.AnyTagClassName
{
color: #12963C;
}
</style>
background-color css
<style>
a { background-color: #12963C; }
a { background-color: rgb(18,150,60); }
div.DivClassName
{
background-color: #12963C;
}
.BgClassName
{
background-color: #12963C;
}
</style>
border-color css
<style>
span { border-color: #12963C; }
span { border-color: rgb(18,150,60); }
td.TdClassName
{
border-color: #12963C;
}
.TagClassName
{
border-color: #12963C;
}
</style>