Shades of Pigment Green #12963D
Tints of Pigment Green #12963D
RGB
CMYK
RGB Variations
Color information
#12963D (or 0x12963D) is known color: Pigment Green. HEX triplet: 12, 96 and 3D. RGB value is (18,150,61). Sum of RGB (Red+Green+Blue) = 18+150+61=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 150 (58.98% from 255 or 65.50% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 150 - color contains mainly: green. Hex color #12963D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12963D is #ED69C2. Grayscale: #646464. Windows color (decimal): -15559107 or 4036114. OLE color: 4036114.
HSL color Cylindrical-coordinate representation of color #12963D: hue angle of 139.55º 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 #12963D is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 150 | 61 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.41 |
| HSL | 139.55º | 0.79% | 0.33% | - |
| HSV(B) | 139.55º | 0.88% | 0.59% | - |
| XYZ | 12 | 22.28 | 8.08 | - |
| YUV | 100.39 | 105.77 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 150 | 61 | 0.88 | 0 | 0.59 | 0.41 | 139.55 | 0.79 | 0.33 |
| Hex | 12 | 96 | 3D | 58 | 0 | 3B | 29 | 8C | 4F | 21 |
| Octal | 22 | 226 | 75 | 130 | 0 | 73 | 51 | 214 | 117 | 41 |
| Binary | 10010 | 10010110 | 111101 | 1011000 | 0 | 111011 | 101001 | 10001100 | 1001111 | 100001 |
Color Harmonies of #12963D
Complementary color
Monochromatic Colors of #12963D
Black with #12963D
Text Example
Text Example
White with #12963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12963D; }
p { color: rgb(18,150,61); }
H1.HeaderClassName
{
color: #12963D;
}
.AnyTagClassName
{
color: #12963D;
}
</style>
background-color css
<style>
a { background-color: #12963D; }
a { background-color: rgb(18,150,61); }
div.DivClassName
{
background-color: #12963D;
}
.BgClassName
{
background-color: #12963D;
}
</style>
border-color css
<style>
span { border-color: #12963D; }
span { border-color: rgb(18,150,61); }
td.TdClassName
{
border-color: #12963D;
}
.TagClassName
{
border-color: #12963D;
}
</style>