Shades of Pigment Green #19993F
Tints of Pigment Green #19993F
RGB
CMYK
RGB Variations
Color information
#19993F (or 0x19993F) is known color: Pigment Green. HEX triplet: 19, 99 and 3F. RGB value is (25,153,63). Sum of RGB (Red+Green+Blue) = 25+153+63=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 153 (60.16% from 255 or 63.49% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 153 - color contains mainly: green. Hex color #19993F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19993F is #E666C0. Grayscale: #686868. Windows color (decimal): -15099585 or 4167961. OLE color: 4167961.
HSL color Cylindrical-coordinate representation of color #19993F: hue angle of 137.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19993F is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 63 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.4 |
| HSL | 137.81º | 0.72% | 0.35% | - |
| HSV(B) | 137.81º | 0.84% | 0.6% | - |
| XYZ | 12.69 | 23.35 | 8.54 | - |
| YUV | 104.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 63 | 0.84 | 0 | 0.59 | 0.4 | 137.81 | 0.72 | 0.35 |
| Hex | 19 | 99 | 3F | 54 | 0 | 3B | 28 | 8A | 48 | 23 |
| Octal | 31 | 231 | 77 | 124 | 0 | 73 | 50 | 212 | 110 | 43 |
| Binary | 11001 | 10011001 | 111111 | 1010100 | 0 | 111011 | 101000 | 10001010 | 1001000 | 100011 |
Color Harmonies of #19993F
Complementary color
Monochromatic Colors of #19993F
Black with #19993F
Text Example
Text Example
White with #19993F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19993F; }
p { color: rgb(25,153,63); }
H1.HeaderClassName
{
color: #19993F;
}
.AnyTagClassName
{
color: #19993F;
}
</style>
background-color css
<style>
a { background-color: #19993F; }
a { background-color: rgb(25,153,63); }
div.DivClassName
{
background-color: #19993F;
}
.BgClassName
{
background-color: #19993F;
}
</style>
border-color css
<style>
span { border-color: #19993F; }
span { border-color: rgb(25,153,63); }
td.TdClassName
{
border-color: #19993F;
}
.TagClassName
{
border-color: #19993F;
}
</style>