Shades of Pigment Green #039C3C
Tints of Pigment Green #039C3C
RGB
CMYK
RGB Variations
Color information
#039C3C (or 0x039C3C) is known color: Pigment Green. HEX triplet: 03, 9C and 3C. RGB value is (3,156,60). Sum of RGB (Red+Green+Blue) = 3+156+60=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 156 (61.33% from 255 or 71.23% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 156 - color contains mainly: green. Hex color #039C3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #039C3C is #FC63C3. Grayscale: #636363. Windows color (decimal): -16540612 or 3972099. OLE color: 3972099.
HSL color Cylindrical-coordinate representation of color #039C3C: hue angle of 142.35º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C3C is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 60 | - |
| CMYK | 0.98 | 0 | 0.62 | 0.39 |
| HSL | 142.35º | 0.96% | 0.31% | - |
| HSV(B) | 142.35º | 0.98% | 0.61% | - |
| XYZ | 12.74 | 24.12 | 8.26 | - |
| YUV | 99.31 | 105.81 | 59.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 60 | 0.98 | 0 | 0.62 | 0.39 | 142.35 | 0.96 | 0.31 |
| Hex | 3 | 9C | 3C | 62 | 0 | 3E | 27 | 8E | 60 | 1F |
| Octal | 3 | 234 | 74 | 142 | 0 | 76 | 47 | 216 | 140 | 37 |
| Binary | 11 | 10011100 | 111100 | 1100010 | 0 | 111110 | 100111 | 10001110 | 1100000 | 11111 |
Color Harmonies of #039C3C
Complementary color
Monochromatic Colors of #039C3C
Black with #039C3C
Text Example
Text Example
White with #039C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C3C; }
p { color: rgb(3,156,60); }
H1.HeaderClassName
{
color: #039C3C;
}
.AnyTagClassName
{
color: #039C3C;
}
</style>
background-color css
<style>
a { background-color: #039C3C; }
a { background-color: rgb(3,156,60); }
div.DivClassName
{
background-color: #039C3C;
}
.BgClassName
{
background-color: #039C3C;
}
</style>
border-color css
<style>
span { border-color: #039C3C; }
span { border-color: rgb(3,156,60); }
td.TdClassName
{
border-color: #039C3C;
}
.TagClassName
{
border-color: #039C3C;
}
</style>