Shades of Pigment Green #12973E
Tints of Pigment Green #12973E
RGB
CMYK
RGB Variations
Color information
#12973E (or 0x12973E) is known color: Pigment Green. HEX triplet: 12, 97 and 3E. RGB value is (18,151,62). Sum of RGB (Red+Green+Blue) = 18+151+62=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #12973E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973E is #ED68C1. Grayscale: #656565. Windows color (decimal): -15558850 or 4101906. OLE color: 4101906.
HSL color Cylindrical-coordinate representation of color #12973E: hue angle of 139.85º 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 #12973E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 62 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.41 |
| HSL | 139.85º | 0.79% | 0.33% | - |
| HSV(B) | 139.85º | 0.88% | 0.59% | - |
| XYZ | 12.19 | 22.61 | 8.28 | - |
| YUV | 101.09 | 105.94 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 62 | 0.88 | 0 | 0.59 | 0.41 | 139.85 | 0.79 | 0.33 |
| Hex | 12 | 97 | 3E | 58 | 0 | 3B | 29 | 8C | 4F | 21 |
| Octal | 22 | 227 | 76 | 130 | 0 | 73 | 51 | 214 | 117 | 41 |
| Binary | 10010 | 10010111 | 111110 | 1011000 | 0 | 111011 | 101001 | 10001100 | 1001111 | 100001 |
Color Harmonies of #12973E
Complementary color
Monochromatic Colors of #12973E
Black with #12973E
Text Example
Text Example
White with #12973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12973E; }
p { color: rgb(18,151,62); }
H1.HeaderClassName
{
color: #12973E;
}
.AnyTagClassName
{
color: #12973E;
}
</style>
background-color css
<style>
a { background-color: #12973E; }
a { background-color: rgb(18,151,62); }
div.DivClassName
{
background-color: #12973E;
}
.BgClassName
{
background-color: #12973E;
}
</style>
border-color css
<style>
span { border-color: #12973E; }
span { border-color: rgb(18,151,62); }
td.TdClassName
{
border-color: #12973E;
}
.TagClassName
{
border-color: #12973E;
}
</style>