Shades of Pigment Green #03933B
Tints of Pigment Green #03933B
RGB
CMYK
RGB Variations
Color information
#03933B (or 0x03933B) is known color: Pigment Green. HEX triplet: 03, 93 and 3B. RGB value is (3,147,59). Sum of RGB (Red+Green+Blue) = 3+147+59=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #03933B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03933B is #FC6CC4. Grayscale: #5E5E5E. Windows color (decimal): -16542917 or 3904259. OLE color: 3904259.
HSL color Cylindrical-coordinate representation of color #03933B: hue angle of 143.33º 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 #03933B is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 59 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.42 |
| HSL | 143.33º | 0.96% | 0.29% | - |
| HSV(B) | 143.33º | 0.98% | 0.58% | - |
| XYZ | 11.26 | 21.2 | 7.64 | - |
| YUV | 93.91 | 108.29 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 59 | 0.98 | 0 | 0.60 | 0.42 | 143.33 | 0.96 | 0.29 |
| Hex | 3 | 93 | 3B | 62 | 0 | 3C | 2A | 8F | 60 | 1D |
| Octal | 3 | 223 | 73 | 142 | 0 | 74 | 52 | 217 | 140 | 35 |
| Binary | 11 | 10010011 | 111011 | 1100010 | 0 | 111100 | 101010 | 10001111 | 1100000 | 11101 |
Color Harmonies of #03933B
Complementary color
Monochromatic Colors of #03933B
Black with #03933B
Text Example
Text Example
White with #03933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03933B; }
p { color: rgb(3,147,59); }
H1.HeaderClassName
{
color: #03933B;
}
.AnyTagClassName
{
color: #03933B;
}
</style>
background-color css
<style>
a { background-color: #03933B; }
a { background-color: rgb(3,147,59); }
div.DivClassName
{
background-color: #03933B;
}
.BgClassName
{
background-color: #03933B;
}
</style>
border-color css
<style>
span { border-color: #03933B; }
span { border-color: rgb(3,147,59); }
td.TdClassName
{
border-color: #03933B;
}
.TagClassName
{
border-color: #03933B;
}
</style>