Shades of Pigment Green #03902F
Tints of Pigment Green #03902F
RGB
CMYK
RGB Variations
Color information
#03902F (or 0x03902F) is known color: Pigment Green. HEX triplet: 03, 90 and 2F. RGB value is (3,144,47). Sum of RGB (Red+Green+Blue) = 3+144+47=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #03902F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03902F is #FC6FD0. Grayscale: #5B5B5B. Windows color (decimal): -16543697 or 3117059. OLE color: 3117059.
HSL color Cylindrical-coordinate representation of color #03902F: hue angle of 138.72º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03902F is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 144 | 47 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.44 |
| HSL | 138.72º | 0.96% | 0.29% | - |
| HSV(B) | 138.72º | 0.98% | 0.56% | - |
| XYZ | 10.52 | 20.17 | 6.03 | - |
| YUV | 90.78 | 103.29 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 144 | 47 | 0.98 | 0 | 0.67 | 0.44 | 138.72 | 0.96 | 0.29 |
| Hex | 3 | 90 | 2F | 62 | 0 | 43 | 2C | 8B | 60 | 1D |
| Octal | 3 | 220 | 57 | 142 | 0 | 103 | 54 | 213 | 140 | 35 |
| Binary | 11 | 10010000 | 101111 | 1100010 | 0 | 1000011 | 101100 | 10001011 | 1100000 | 11101 |
Color Harmonies of #03902F
Complementary color
Monochromatic Colors of #03902F
Black with #03902F
Text Example
Text Example
White with #03902F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03902F; }
p { color: rgb(3,144,47); }
H1.HeaderClassName
{
color: #03902F;
}
.AnyTagClassName
{
color: #03902F;
}
</style>
background-color css
<style>
a { background-color: #03902F; }
a { background-color: rgb(3,144,47); }
div.DivClassName
{
background-color: #03902F;
}
.BgClassName
{
background-color: #03902F;
}
</style>
border-color css
<style>
span { border-color: #03902F; }
span { border-color: rgb(3,144,47); }
td.TdClassName
{
border-color: #03902F;
}
.TagClassName
{
border-color: #03902F;
}
</style>