Shades of Pigment Green #12973B
Tints of Pigment Green #12973B
RGB
CMYK
RGB Variations
Color information
#12973B (or 0x12973B) is known color: Pigment Green. HEX triplet: 12, 97 and 3B. RGB value is (18,151,59). Sum of RGB (Red+Green+Blue) = 18+151+59=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 151 (59.38% from 255 or 66.23% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 151 - color contains mainly: green. Hex color #12973B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973B is #ED68C4. Grayscale: #646464. Windows color (decimal): -15558853 or 3905298. OLE color: 3905298.
HSL color Cylindrical-coordinate representation of color #12973B: hue angle of 138.5º 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 #12973B is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 18 | 151 | 59 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.41 |
| HSL | 138.5º | 0.79% | 0.33% | - |
| HSV(B) | 138.5º | 0.88% | 0.59% | - |
| XYZ | 12.11 | 22.58 | 7.86 | - |
| YUV | 100.75 | 104.44 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 59 | 0.88 | 0 | 0.61 | 0.41 | 138.5 | 0.79 | 0.33 |
| Hex | 12 | 97 | 3B | 58 | 0 | 3D | 29 | 8A | 4F | 21 |
| Octal | 22 | 227 | 73 | 130 | 0 | 75 | 51 | 212 | 117 | 41 |
| Binary | 10010 | 10010111 | 111011 | 1011000 | 0 | 111101 | 101001 | 10001010 | 1001111 | 100001 |
Color Harmonies of #12973B
Complementary color
Monochromatic Colors of #12973B
Black with #12973B
Text Example
Text Example
White with #12973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12973B; }
p { color: rgb(18,151,59); }
H1.HeaderClassName
{
color: #12973B;
}
.AnyTagClassName
{
color: #12973B;
}
</style>
background-color css
<style>
a { background-color: #12973B; }
a { background-color: rgb(18,151,59); }
div.DivClassName
{
background-color: #12973B;
}
.BgClassName
{
background-color: #12973B;
}
</style>
border-color css
<style>
span { border-color: #12973B; }
span { border-color: rgb(18,151,59); }
td.TdClassName
{
border-color: #12973B;
}
.TagClassName
{
border-color: #12973B;
}
</style>