Shades of Pigment Green #12953E
Tints of Pigment Green #12953E
RGB
CMYK
RGB Variations
Color information
#12953E (or 0x12953E) is known color: Pigment Green. HEX triplet: 12, 95 and 3E. RGB value is (18,149,62). Sum of RGB (Red+Green+Blue) = 18+149+62=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #12953E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12953E is #ED6AC1. Grayscale: #646464. Windows color (decimal): -15559362 or 4101394. OLE color: 4101394.
HSL color Cylindrical-coordinate representation of color #12953E: hue angle of 140.15º 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 #12953E is Cyan = 0.88, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 149 | 62 | - |
| CMYK | 0.88 | 0 | 0.58 | 0.42 |
| HSL | 140.15º | 0.78% | 0.33% | - |
| HSV(B) | 140.15º | 0.88% | 0.58% | - |
| XYZ | 11.87 | 21.97 | 8.17 | - |
| YUV | 99.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 62 | 0.88 | 0 | 0.58 | 0.42 | 140.15 | 0.78 | 0.33 |
| Hex | 12 | 95 | 3E | 58 | 0 | 3A | 2A | 8C | 4E | 21 |
| Octal | 22 | 225 | 76 | 130 | 0 | 72 | 52 | 214 | 116 | 41 |
| Binary | 10010 | 10010101 | 111110 | 1011000 | 0 | 111010 | 101010 | 10001100 | 1001110 | 100001 |
Color Harmonies of #12953E
Complementary color
Monochromatic Colors of #12953E
Black with #12953E
Text Example
Text Example
White with #12953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12953E; }
p { color: rgb(18,149,62); }
H1.HeaderClassName
{
color: #12953E;
}
.AnyTagClassName
{
color: #12953E;
}
</style>
background-color css
<style>
a { background-color: #12953E; }
a { background-color: rgb(18,149,62); }
div.DivClassName
{
background-color: #12953E;
}
.BgClassName
{
background-color: #12953E;
}
</style>
border-color css
<style>
span { border-color: #12953E; }
span { border-color: rgb(18,149,62); }
td.TdClassName
{
border-color: #12953E;
}
.TagClassName
{
border-color: #12953E;
}
</style>