Shades of Pigment Green #03933C
Tints of Pigment Green #03933C
RGB
CMYK
RGB Variations
Color information
#03933C (or 0x03933C) is known color: Pigment Green. HEX triplet: 03, 93 and 3C. RGB value is (3,147,60). Sum of RGB (Red+Green+Blue) = 3+147+60=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #03933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03933C is #FC6CC3. Grayscale: #5E5E5E. Windows color (decimal): -16542916 or 3969795. OLE color: 3969795.
HSL color Cylindrical-coordinate representation of color #03933C: hue angle of 143.75º 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 #03933C is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 147 | 60 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.42 |
| HSL | 143.75º | 0.96% | 0.29% | - |
| HSV(B) | 143.75º | 0.98% | 0.58% | - |
| XYZ | 11.29 | 21.21 | 7.77 | - |
| YUV | 94.03 | 108.79 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 147 | 60 | 0.98 | 0 | 0.59 | 0.42 | 143.75 | 0.96 | 0.29 |
| Hex | 3 | 93 | 3C | 62 | 0 | 3B | 2A | 90 | 60 | 1D |
| Octal | 3 | 223 | 74 | 142 | 0 | 73 | 52 | 220 | 140 | 35 |
| Binary | 11 | 10010011 | 111100 | 1100010 | 0 | 111011 | 101010 | 10010000 | 1100000 | 11101 |
Color Harmonies of #03933C
Complementary color
Monochromatic Colors of #03933C
Black with #03933C
Text Example
Text Example
White with #03933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03933C; }
p { color: rgb(3,147,60); }
H1.HeaderClassName
{
color: #03933C;
}
.AnyTagClassName
{
color: #03933C;
}
</style>
background-color css
<style>
a { background-color: #03933C; }
a { background-color: rgb(3,147,60); }
div.DivClassName
{
background-color: #03933C;
}
.BgClassName
{
background-color: #03933C;
}
</style>
border-color css
<style>
span { border-color: #03933C; }
span { border-color: rgb(3,147,60); }
td.TdClassName
{
border-color: #03933C;
}
.TagClassName
{
border-color: #03933C;
}
</style>