Shades of Pigment Green #03923A
Tints of Pigment Green #03923A
RGB
CMYK
RGB Variations
Color information
#03923A (or 0x03923A) is known color: Pigment Green. HEX triplet: 03, 92 and 3A. RGB value is (3,146,58). Sum of RGB (Red+Green+Blue) = 3+146+58=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #03923A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03923A is #FC6DC5. Grayscale: #5D5D5D. Windows color (decimal): -16543174 or 3838467. OLE color: 3838467.
HSL color Cylindrical-coordinate representation of color #03923A: hue angle of 143.08º 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 #03923A is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 3 | 146 | 58 | - |
| CMYK | 0.98 | 0 | 0.60 | 0.43 |
| HSL | 143.08º | 0.96% | 0.29% | - |
| HSV(B) | 143.08º | 0.98% | 0.57% | - |
| XYZ | 11.08 | 20.88 | 7.45 | - |
| YUV | 93.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 146 | 58 | 0.98 | 0 | 0.60 | 0.43 | 143.08 | 0.96 | 0.29 |
| Hex | 3 | 92 | 3A | 62 | 0 | 3C | 2B | 8F | 60 | 1D |
| Octal | 3 | 222 | 72 | 142 | 0 | 74 | 53 | 217 | 140 | 35 |
| Binary | 11 | 10010010 | 111010 | 1100010 | 0 | 111100 | 101011 | 10001111 | 1100000 | 11101 |
Color Harmonies of #03923A
Complementary color
Monochromatic Colors of #03923A
Black with #03923A
Text Example
Text Example
White with #03923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03923A; }
p { color: rgb(3,146,58); }
H1.HeaderClassName
{
color: #03923A;
}
.AnyTagClassName
{
color: #03923A;
}
</style>
background-color css
<style>
a { background-color: #03923A; }
a { background-color: rgb(3,146,58); }
div.DivClassName
{
background-color: #03923A;
}
.BgClassName
{
background-color: #03923A;
}
</style>
border-color css
<style>
span { border-color: #03923A; }
span { border-color: rgb(3,146,58); }
td.TdClassName
{
border-color: #03923A;
}
.TagClassName
{
border-color: #03923A;
}
</style>