Shades of Pigment Green #12993C
Tints of Pigment Green #12993C
RGB
CMYK
RGB Variations
Color information
#12993C (or 0x12993C) is known color: Pigment Green. HEX triplet: 12, 99 and 3C. RGB value is (18,153,60). Sum of RGB (Red+Green+Blue) = 18+153+60=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 153 (60.16% from 255 or 66.23% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 153 - color contains mainly: green. Hex color #12993C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12993C is #ED66C3. Grayscale: #666666. Windows color (decimal): -15558340 or 3971346. OLE color: 3971346.
HSL color Cylindrical-coordinate representation of color #12993C: hue angle of 138.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12993C is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 18 | 153 | 60 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.4 |
| HSL | 138.67º | 0.79% | 0.34% | - |
| HSV(B) | 138.67º | 0.88% | 0.6% | - |
| XYZ | 12.46 | 23.24 | 8.1 | - |
| YUV | 102.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 60 | 0.88 | 0 | 0.61 | 0.4 | 138.67 | 0.79 | 0.34 |
| Hex | 12 | 99 | 3C | 58 | 0 | 3D | 28 | 8B | 4F | 22 |
| Octal | 22 | 231 | 74 | 130 | 0 | 75 | 50 | 213 | 117 | 42 |
| Binary | 10010 | 10011001 | 111100 | 1011000 | 0 | 111101 | 101000 | 10001011 | 1001111 | 100010 |
Color Harmonies of #12993C
Complementary color
Monochromatic Colors of #12993C
Black with #12993C
Text Example
Text Example
White with #12993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12993C; }
p { color: rgb(18,153,60); }
H1.HeaderClassName
{
color: #12993C;
}
.AnyTagClassName
{
color: #12993C;
}
</style>
background-color css
<style>
a { background-color: #12993C; }
a { background-color: rgb(18,153,60); }
div.DivClassName
{
background-color: #12993C;
}
.BgClassName
{
background-color: #12993C;
}
</style>
border-color css
<style>
span { border-color: #12993C; }
span { border-color: rgb(18,153,60); }
td.TdClassName
{
border-color: #12993C;
}
.TagClassName
{
border-color: #12993C;
}
</style>