Shades of Pigment Green #039338
Tints of Pigment Green #039338
RGB
CMYK
RGB Variations
Color information
#039338 (or 0x039338) is known color: Pigment Green. HEX triplet: 03, 93 and 38. RGB value is (3,147,56). Sum of RGB (Red+Green+Blue) = 3+147+56=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 147 (57.81% from 255 or 71.36% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 147 - color contains mainly: green. Hex color #039338 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039338 is #FC6CC7. Grayscale: #5D5D5D. Windows color (decimal): -16542920 or 3707651. OLE color: 3707651.
HSL color Cylindrical-coordinate representation of color #039338: hue angle of 142.08º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039338 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 56 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.42 |
| HSL | 142.08º | 0.96% | 0.29% | - |
| HSV(B) | 142.08º | 0.98% | 0.58% | - |
| XYZ | 11.19 | 21.17 | 7.24 | - |
| YUV | 93.57 | 106.79 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 56 | 0.98 | 0 | 0.62 | 0.42 | 142.08 | 0.96 | 0.29 |
| Hex | 3 | 93 | 38 | 62 | 0 | 3E | 2A | 8E | 60 | 1D |
| Octal | 3 | 223 | 70 | 142 | 0 | 76 | 52 | 216 | 140 | 35 |
| Binary | 11 | 10010011 | 111000 | 1100010 | 0 | 111110 | 101010 | 10001110 | 1100000 | 11101 |
Color Harmonies of #039338
Complementary color
Monochromatic Colors of #039338
Black with #039338
Text Example
Text Example
White with #039338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039338; }
p { color: rgb(3,147,56); }
H1.HeaderClassName
{
color: #039338;
}
.AnyTagClassName
{
color: #039338;
}
</style>
background-color css
<style>
a { background-color: #039338; }
a { background-color: rgb(3,147,56); }
div.DivClassName
{
background-color: #039338;
}
.BgClassName
{
background-color: #039338;
}
</style>
border-color css
<style>
span { border-color: #039338; }
span { border-color: rgb(3,147,56); }
td.TdClassName
{
border-color: #039338;
}
.TagClassName
{
border-color: #039338;
}
</style>