Shades of Pigment Green #12973D
Tints of Pigment Green #12973D
RGB
CMYK
RGB Variations
Color information
#12973D (or 0x12973D) is known color: Pigment Green. HEX triplet: 12, 97 and 3D. RGB value is (18,151,61). Sum of RGB (Red+Green+Blue) = 18+151+61=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #12973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973D is #ED68C2. Grayscale: #656565. Windows color (decimal): -15558851 or 4036370. OLE color: 4036370.
HSL color Cylindrical-coordinate representation of color #12973D: hue angle of 139.4º 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 #12973D is Cyan = 0.88, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 61 | - |
| CMYK | 0.88 | 0 | 0.60 | 0.41 |
| HSL | 139.4º | 0.79% | 0.33% | - |
| HSV(B) | 139.4º | 0.88% | 0.59% | - |
| XYZ | 12.16 | 22.6 | 8.14 | - |
| YUV | 100.97 | 105.44 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 61 | 0.88 | 0 | 0.60 | 0.41 | 139.4 | 0.79 | 0.33 |
| Hex | 12 | 97 | 3D | 58 | 0 | 3C | 29 | 8B | 4F | 21 |
| Octal | 22 | 227 | 75 | 130 | 0 | 74 | 51 | 213 | 117 | 41 |
| Binary | 10010 | 10010111 | 111101 | 1011000 | 0 | 111100 | 101001 | 10001011 | 1001111 | 100001 |
Color Harmonies of #12973D
Complementary color
Monochromatic Colors of #12973D
Black with #12973D
Text Example
Text Example
White with #12973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12973D; }
p { color: rgb(18,151,61); }
H1.HeaderClassName
{
color: #12973D;
}
.AnyTagClassName
{
color: #12973D;
}
</style>
background-color css
<style>
a { background-color: #12973D; }
a { background-color: rgb(18,151,61); }
div.DivClassName
{
background-color: #12973D;
}
.BgClassName
{
background-color: #12973D;
}
</style>
border-color css
<style>
span { border-color: #12973D; }
span { border-color: rgb(18,151,61); }
td.TdClassName
{
border-color: #12973D;
}
.TagClassName
{
border-color: #12973D;
}
</style>