Shades of Pigment Green #05903C
Tints of Pigment Green #05903C
RGB
CMYK
RGB Variations
Color information
#05903C (or 0x05903C) is known color: Pigment Green. HEX triplet: 05, 90 and 3C. RGB value is (5,144,60). Sum of RGB (Red+Green+Blue) = 5+144+60=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #05903C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05903C is #FA6FC3. Grayscale: #5D5D5D. Windows color (decimal): -16412612 or 3969029. OLE color: 3969029.
HSL color Cylindrical-coordinate representation of color #05903C: hue angle of 143.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05903C is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 5 | 144 | 60 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.44 |
| HSL | 143.74º | 0.93% | 0.29% | - |
| HSV(B) | 143.74º | 0.97% | 0.56% | - |
| XYZ | 10.85 | 20.31 | 7.62 | - |
| YUV | 92.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 144 | 60 | 0.97 | 0 | 0.58 | 0.44 | 143.74 | 0.93 | 0.29 |
| Hex | 5 | 90 | 3C | 61 | 0 | 3A | 2C | 90 | 5D | 1D |
| Octal | 5 | 220 | 74 | 141 | 0 | 72 | 54 | 220 | 135 | 35 |
| Binary | 101 | 10010000 | 111100 | 1100001 | 0 | 111010 | 101100 | 10010000 | 1011101 | 11101 |
Color Harmonies of #05903C
Complementary color
Monochromatic Colors of #05903C
Black with #05903C
Text Example
Text Example
White with #05903C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05903C; }
p { color: rgb(5,144,60); }
H1.HeaderClassName
{
color: #05903C;
}
.AnyTagClassName
{
color: #05903C;
}
</style>
background-color css
<style>
a { background-color: #05903C; }
a { background-color: rgb(5,144,60); }
div.DivClassName
{
background-color: #05903C;
}
.BgClassName
{
background-color: #05903C;
}
</style>
border-color css
<style>
span { border-color: #05903C; }
span { border-color: rgb(5,144,60); }
td.TdClassName
{
border-color: #05903C;
}
.TagClassName
{
border-color: #05903C;
}
</style>