Shades of Pigment Green #12943A
Tints of Pigment Green #12943A
RGB
CMYK
RGB Variations
Color information
#12943A (or 0x12943A) is known color: Pigment Green. HEX triplet: 12, 94 and 3A. RGB value is (18,148,58). Sum of RGB (Red+Green+Blue) = 18+148+58=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 148 (58.20% from 255 or 66.07% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 148 - color contains mainly: green. Hex color #12943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12943A is #ED6BC5. Grayscale: #636363. Windows color (decimal): -15559622 or 3838994. OLE color: 3838994.
HSL color Cylindrical-coordinate representation of color #12943A: hue angle of 138.46º 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 #12943A is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 18 | 148 | 58 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.42 |
| HSL | 138.46º | 0.78% | 0.33% | - |
| HSV(B) | 138.46º | 0.88% | 0.58% | - |
| XYZ | 11.6 | 21.61 | 7.56 | - |
| YUV | 98.87 | 104.93 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 58 | 0.88 | 0 | 0.61 | 0.42 | 138.46 | 0.78 | 0.33 |
| Hex | 12 | 94 | 3A | 58 | 0 | 3D | 2A | 8A | 4E | 21 |
| Octal | 22 | 224 | 72 | 130 | 0 | 75 | 52 | 212 | 116 | 41 |
| Binary | 10010 | 10010100 | 111010 | 1011000 | 0 | 111101 | 101010 | 10001010 | 1001110 | 100001 |
Color Harmonies of #12943A
Complementary color
Monochromatic Colors of #12943A
Black with #12943A
Text Example
Text Example
White with #12943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12943A; }
p { color: rgb(18,148,58); }
H1.HeaderClassName
{
color: #12943A;
}
.AnyTagClassName
{
color: #12943A;
}
</style>
background-color css
<style>
a { background-color: #12943A; }
a { background-color: rgb(18,148,58); }
div.DivClassName
{
background-color: #12943A;
}
.BgClassName
{
background-color: #12943A;
}
</style>
border-color css
<style>
span { border-color: #12943A; }
span { border-color: rgb(18,148,58); }
td.TdClassName
{
border-color: #12943A;
}
.TagClassName
{
border-color: #12943A;
}
</style>