Shades of Pigment Green #19993D
Tints of Pigment Green #19993D
RGB
CMYK
RGB Variations
Color information
#19993D (or 0x19993D) is known color: Pigment Green. HEX triplet: 19, 99 and 3D. RGB value is (25,153,61). Sum of RGB (Red+Green+Blue) = 25+153+61=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 153 (60.16% from 255 or 64.02% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 153 - color contains mainly: green. Hex color #19993D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19993D is #E666C2. Grayscale: #686868. Windows color (decimal): -15099587 or 4036889. OLE color: 4036889.
HSL color Cylindrical-coordinate representation of color #19993D: hue angle of 136.88º 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 #19993D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 25 | 153 | 61 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.4 |
| HSL | 136.88º | 0.72% | 0.35% | - |
| HSV(B) | 136.88º | 0.84% | 0.6% | - |
| XYZ | 12.63 | 23.33 | 8.25 | - |
| YUV | 104.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 61 | 0.84 | 0 | 0.60 | 0.4 | 136.88 | 0.72 | 0.35 |
| Hex | 19 | 99 | 3D | 54 | 0 | 3C | 28 | 89 | 48 | 23 |
| Octal | 31 | 231 | 75 | 124 | 0 | 74 | 50 | 211 | 110 | 43 |
| Binary | 11001 | 10011001 | 111101 | 1010100 | 0 | 111100 | 101000 | 10001001 | 1001000 | 100011 |
Color Harmonies of #19993D
Complementary color
Monochromatic Colors of #19993D
Black with #19993D
Text Example
Text Example
White with #19993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19993D; }
p { color: rgb(25,153,61); }
H1.HeaderClassName
{
color: #19993D;
}
.AnyTagClassName
{
color: #19993D;
}
</style>
background-color css
<style>
a { background-color: #19993D; }
a { background-color: rgb(25,153,61); }
div.DivClassName
{
background-color: #19993D;
}
.BgClassName
{
background-color: #19993D;
}
</style>
border-color css
<style>
span { border-color: #19993D; }
span { border-color: rgb(25,153,61); }
td.TdClassName
{
border-color: #19993D;
}
.TagClassName
{
border-color: #19993D;
}
</style>