Shades of Pigment Green #12983E
Tints of Pigment Green #12983E
RGB
CMYK
RGB Variations
Color information
#12983E (or 0x12983E) is known color: Pigment Green. HEX triplet: 12, 98 and 3E. RGB value is (18,152,62). Sum of RGB (Red+Green+Blue) = 18+152+62=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 152 (59.77% from 255 or 65.52% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 152 - color contains mainly: green. Hex color #12983E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12983E is #ED67C1. Grayscale: #656565. Windows color (decimal): -15558594 or 4102162. OLE color: 4102162.
HSL color Cylindrical-coordinate representation of color #12983E: hue angle of 139.7º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12983E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 152 | 62 | - |
| CMYK | 0.88 | 0 | 0.59 | 0.40 |
| HSL | 139.7º | 0.79% | 0.33% | - |
| HSV(B) | 139.7º | 0.88% | 0.6% | - |
| XYZ | 12.35 | 22.93 | 8.33 | - |
| YUV | 101.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 152 | 62 | 0.88 | 0 | 0.59 | 0.40 | 139.7 | 0.79 | 0.33 |
| Hex | 12 | 98 | 3E | 58 | 0 | 3B | 28 | 8C | 4F | 21 |
| Octal | 22 | 230 | 76 | 130 | 0 | 73 | 50 | 214 | 117 | 41 |
| Binary | 10010 | 10011000 | 111110 | 1011000 | 0 | 111011 | 101000 | 10001100 | 1001111 | 100001 |
Color Harmonies of #12983E
Complementary color
Monochromatic Colors of #12983E
Black with #12983E
Text Example
Text Example
White with #12983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12983E; }
p { color: rgb(18,152,62); }
H1.HeaderClassName
{
color: #12983E;
}
.AnyTagClassName
{
color: #12983E;
}
</style>
background-color css
<style>
a { background-color: #12983E; }
a { background-color: rgb(18,152,62); }
div.DivClassName
{
background-color: #12983E;
}
.BgClassName
{
background-color: #12983E;
}
</style>
border-color css
<style>
span { border-color: #12983E; }
span { border-color: rgb(18,152,62); }
td.TdClassName
{
border-color: #12983E;
}
.TagClassName
{
border-color: #12983E;
}
</style>