Shades of Pigment Green #03923D
Tints of Pigment Green #03923D
RGB
CMYK
RGB Variations
Color information
#03923D (or 0x03923D) is known color: Pigment Green. HEX triplet: 03, 92 and 3D. RGB value is (3,146,61). Sum of RGB (Red+Green+Blue) = 3+146+61=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #03923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03923D is #FC6DC2. Grayscale: #5D5D5D. Windows color (decimal): -16543171 or 4035075. OLE color: 4035075.
HSL color Cylindrical-coordinate representation of color #03923D: hue angle of 144.34º 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 #03923D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 61 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.43 |
| HSL | 144.34º | 0.96% | 0.29% | - |
| HSV(B) | 144.34º | 0.98% | 0.57% | - |
| XYZ | 11.16 | 20.91 | 7.86 | - |
| YUV | 93.55 | 109.62 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 61 | 0.98 | 0 | 0.58 | 0.43 | 144.34 | 0.96 | 0.29 |
| Hex | 3 | 92 | 3D | 62 | 0 | 3A | 2B | 90 | 60 | 1D |
| Octal | 3 | 222 | 75 | 142 | 0 | 72 | 53 | 220 | 140 | 35 |
| Binary | 11 | 10010010 | 111101 | 1100010 | 0 | 111010 | 101011 | 10010000 | 1100000 | 11101 |
Color Harmonies of #03923D
Complementary color
Monochromatic Colors of #03923D
Black with #03923D
Text Example
Text Example
White with #03923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03923D; }
p { color: rgb(3,146,61); }
H1.HeaderClassName
{
color: #03923D;
}
.AnyTagClassName
{
color: #03923D;
}
</style>
background-color css
<style>
a { background-color: #03923D; }
a { background-color: rgb(3,146,61); }
div.DivClassName
{
background-color: #03923D;
}
.BgClassName
{
background-color: #03923D;
}
</style>
border-color css
<style>
span { border-color: #03923D; }
span { border-color: rgb(3,146,61); }
td.TdClassName
{
border-color: #03923D;
}
.TagClassName
{
border-color: #03923D;
}
</style>