Shades of Pigment Green #03952D
Tints of Pigment Green #03952D
RGB
CMYK
RGB Variations
Color information
#03952D (or 0x03952D) is known color: Pigment Green. HEX triplet: 03, 95 and 2D. RGB value is (3,149,45). Sum of RGB (Red+Green+Blue) = 3+149+45=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #03952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03952D is #FC6AD2. Grayscale: #5D5D5D. Windows color (decimal): -16542419 or 2987267. OLE color: 2987267.
HSL color Cylindrical-coordinate representation of color #03952D: hue angle of 137.26º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03952D is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 149 | 45 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.42 |
| HSL | 137.26º | 0.96% | 0.3% | - |
| HSV(B) | 137.26º | 0.98% | 0.58% | - |
| XYZ | 11.26 | 21.7 | 6.08 | - |
| YUV | 93.49 | 100.63 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 149 | 45 | 0.98 | 0 | 0.70 | 0.42 | 137.26 | 0.96 | 0.3 |
| Hex | 3 | 95 | 2D | 62 | 0 | 46 | 2A | 89 | 60 | 1E |
| Octal | 3 | 225 | 55 | 142 | 0 | 106 | 52 | 211 | 140 | 36 |
| Binary | 11 | 10010101 | 101101 | 1100010 | 0 | 1000110 | 101010 | 10001001 | 1100000 | 11110 |
Color Harmonies of #03952D
Complementary color
Monochromatic Colors of #03952D
Black with #03952D
Text Example
Text Example
White with #03952D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03952D; }
p { color: rgb(3,149,45); }
H1.HeaderClassName
{
color: #03952D;
}
.AnyTagClassName
{
color: #03952D;
}
</style>
background-color css
<style>
a { background-color: #03952D; }
a { background-color: rgb(3,149,45); }
div.DivClassName
{
background-color: #03952D;
}
.BgClassName
{
background-color: #03952D;
}
</style>
border-color css
<style>
span { border-color: #03952D; }
span { border-color: rgb(3,149,45); }
td.TdClassName
{
border-color: #03952D;
}
.TagClassName
{
border-color: #03952D;
}
</style>