Shades of Pigment Green #03922F
Tints of Pigment Green #03922F
RGB
CMYK
RGB Variations
Color information
#03922F (or 0x03922F) is known color: Pigment Green. HEX triplet: 03, 92 and 2F. RGB value is (3,146,47). Sum of RGB (Red+Green+Blue) = 3+146+47=196 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.53% from 196); Green value is 146 (57.42% from 255 or 74.49% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 146 - color contains mainly: green. Hex color #03922F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03922F is #FC6DD0. Grayscale: #5C5C5C. Windows color (decimal): -16543185 or 3117571. OLE color: 3117571.
HSL color Cylindrical-coordinate representation of color #03922F: hue angle of 138.46º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03922F is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 47 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.43 |
| HSL | 138.46º | 0.96% | 0.29% | - |
| HSV(B) | 138.46º | 0.98% | 0.57% | - |
| XYZ | 10.83 | 20.78 | 6.13 | - |
| YUV | 91.96 | 102.62 | 64.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 47 | 0.98 | 0 | 0.68 | 0.43 | 138.46 | 0.96 | 0.29 |
| Hex | 3 | 92 | 2F | 62 | 0 | 44 | 2B | 8A | 60 | 1D |
| Octal | 3 | 222 | 57 | 142 | 0 | 104 | 53 | 212 | 140 | 35 |
| Binary | 11 | 10010010 | 101111 | 1100010 | 0 | 1000100 | 101011 | 10001010 | 1100000 | 11101 |
Color Harmonies of #03922F
Complementary color
Monochromatic Colors of #03922F
Black with #03922F
Text Example
Text Example
White with #03922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03922F; }
p { color: rgb(3,146,47); }
H1.HeaderClassName
{
color: #03922F;
}
.AnyTagClassName
{
color: #03922F;
}
</style>
background-color css
<style>
a { background-color: #03922F; }
a { background-color: rgb(3,146,47); }
div.DivClassName
{
background-color: #03922F;
}
.BgClassName
{
background-color: #03922F;
}
</style>
border-color css
<style>
span { border-color: #03922F; }
span { border-color: rgb(3,146,47); }
td.TdClassName
{
border-color: #03922F;
}
.TagClassName
{
border-color: #03922F;
}
</style>