Shades of Pigment Green #12944D
Tints of Pigment Green #12944D
RGB
CMYK
RGB Variations
Color information
#12944D (or 0x12944D) is known color: Pigment Green. HEX triplet: 12, 94 and 4D. RGB value is (18,148,77). Sum of RGB (Red+Green+Blue) = 18+148+77=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #12944D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12944D is #ED6BB2. Grayscale: #656565. Windows color (decimal): -15559603 or 5084178. OLE color: 5084178.
HSL color Cylindrical-coordinate representation of color #12944D: hue angle of 147.23º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12944D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 77 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.42 |
| HSL | 147.23º | 0.78% | 0.33% | - |
| HSV(B) | 147.23º | 0.88% | 0.58% | - |
| XYZ | 12.18 | 21.84 | 10.6 | - |
| YUV | 101.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 77 | 0.88 | 0 | 0.48 | 0.42 | 147.23 | 0.78 | 0.33 |
| Hex | 12 | 94 | 4D | 58 | 0 | 30 | 2A | 93 | 4E | 21 |
| Octal | 22 | 224 | 115 | 130 | 0 | 60 | 52 | 223 | 116 | 41 |
| Binary | 10010 | 10010100 | 1001101 | 1011000 | 0 | 110000 | 101010 | 10010011 | 1001110 | 100001 |
Color Harmonies of #12944D
Complementary color
Monochromatic Colors of #12944D
Black with #12944D
Text Example
Text Example
White with #12944D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12944D; }
p { color: rgb(18,148,77); }
H1.HeaderClassName
{
color: #12944D;
}
.AnyTagClassName
{
color: #12944D;
}
</style>
background-color css
<style>
a { background-color: #12944D; }
a { background-color: rgb(18,148,77); }
div.DivClassName
{
background-color: #12944D;
}
.BgClassName
{
background-color: #12944D;
}
</style>
border-color css
<style>
span { border-color: #12944D; }
span { border-color: rgb(18,148,77); }
td.TdClassName
{
border-color: #12944D;
}
.TagClassName
{
border-color: #12944D;
}
</style>