Shades of Pigment Green #019338
Tints of Pigment Green #019338
RGB
CMYK
RGB Variations
Color information
#019338 (or 0x019338) is known color: Pigment Green. HEX triplet: 01, 93 and 38. RGB value is (1,147,56). Sum of RGB (Red+Green+Blue) = 1+147+56=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 147 (57.81% from 255 or 72.06% from 204); Blue value is 56 (22.27% from 255 or 27.45% from 204); Max value from RGB is 147 - color contains mainly: green. Hex color #019338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019338 is #FE6CC7. Grayscale: #5D5D5D. Windows color (decimal): -16673992 or 3707649. OLE color: 3707649.
HSL color Cylindrical-coordinate representation of color #019338: hue angle of 142.6º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019338 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 56 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.42 |
| HSL | 142.6º | 0.99% | 0.29% | - |
| HSV(B) | 142.6º | 0.99% | 0.58% | - |
| XYZ | 11.16 | 21.16 | 7.24 | - |
| YUV | 92.97 | 107.13 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 56 | 0.99 | 0 | 0.62 | 0.42 | 142.6 | 0.99 | 0.29 |
| Hex | 1 | 93 | 38 | 63 | 0 | 3E | 2A | 8F | 63 | 1D |
| Octal | 1 | 223 | 70 | 143 | 0 | 76 | 52 | 217 | 143 | 35 |
| Binary | 1 | 10010011 | 111000 | 1100011 | 0 | 111110 | 101010 | 10001111 | 1100011 | 11101 |
Color Harmonies of #019338
Complementary color
Monochromatic Colors of #019338
Black with #019338
Text Example
Text Example
White with #019338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019338; }
p { color: rgb(1,147,56); }
H1.HeaderClassName
{
color: #019338;
}
.AnyTagClassName
{
color: #019338;
}
</style>
background-color css
<style>
a { background-color: #019338; }
a { background-color: rgb(1,147,56); }
div.DivClassName
{
background-color: #019338;
}
.BgClassName
{
background-color: #019338;
}
</style>
border-color css
<style>
span { border-color: #019338; }
span { border-color: rgb(1,147,56); }
td.TdClassName
{
border-color: #019338;
}
.TagClassName
{
border-color: #019338;
}
</style>