Shades of Pigment Green #03934F
Tints of Pigment Green #03934F
RGB
CMYK
RGB Variations
Color information
#03934F (or 0x03934F) is known color: Pigment Green. HEX triplet: 03, 93 and 4F. RGB value is (3,147,79). Sum of RGB (Red+Green+Blue) = 3+147+79=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 147 (57.81% from 255 or 64.19% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 147 - color contains mainly: green. Hex color #03934F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03934F is #FC6CB0. Grayscale: #606060. Windows color (decimal): -16542897 or 5214979. OLE color: 5214979.
HSL color Cylindrical-coordinate representation of color #03934F: hue angle of 151.67º 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 #03934F is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 79 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.42 |
| HSL | 151.67º | 0.96% | 0.29% | - |
| HSV(B) | 151.67º | 0.98% | 0.58% | - |
| XYZ | 11.88 | 21.45 | 10.91 | - |
| YUV | 96.19 | 118.29 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 79 | 0.98 | 0 | 0.46 | 0.42 | 151.67 | 0.96 | 0.29 |
| Hex | 3 | 93 | 4F | 62 | 0 | 2E | 2A | 98 | 60 | 1D |
| Octal | 3 | 223 | 117 | 142 | 0 | 56 | 52 | 230 | 140 | 35 |
| Binary | 11 | 10010011 | 1001111 | 1100010 | 0 | 101110 | 101010 | 10011000 | 1100000 | 11101 |
Color Harmonies of #03934F
Complementary color
Monochromatic Colors of #03934F
Black with #03934F
Text Example
Text Example
White with #03934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03934F; }
p { color: rgb(3,147,79); }
H1.HeaderClassName
{
color: #03934F;
}
.AnyTagClassName
{
color: #03934F;
}
</style>
background-color css
<style>
a { background-color: #03934F; }
a { background-color: rgb(3,147,79); }
div.DivClassName
{
background-color: #03934F;
}
.BgClassName
{
background-color: #03934F;
}
</style>
border-color css
<style>
span { border-color: #03934F; }
span { border-color: rgb(3,147,79); }
td.TdClassName
{
border-color: #03934F;
}
.TagClassName
{
border-color: #03934F;
}
</style>