Shades of Pigment Green #05983C
Tints of Pigment Green #05983C
RGB
CMYK
RGB Variations
Color information
#05983C (or 0x05983C) is known color: Pigment Green. HEX triplet: 05, 98 and 3C. RGB value is (5,152,60). Sum of RGB (Red+Green+Blue) = 5+152+60=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #05983C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05983C is #FA67C3. Grayscale: #616161. Windows color (decimal): -16410564 or 3971077. OLE color: 3971077.
HSL color Cylindrical-coordinate representation of color #05983C: hue angle of 142.45º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05983C is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 5 | 152 | 60 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.40 |
| HSL | 142.45º | 0.94% | 0.31% | - |
| HSV(B) | 142.45º | 0.97% | 0.6% | - |
| XYZ | 12.11 | 22.81 | 8.04 | - |
| YUV | 97.56 | 106.8 | 61.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 152 | 60 | 0.97 | 0 | 0.61 | 0.40 | 142.45 | 0.94 | 0.31 |
| Hex | 5 | 98 | 3C | 61 | 0 | 3D | 28 | 8E | 5E | 1F |
| Octal | 5 | 230 | 74 | 141 | 0 | 75 | 50 | 216 | 136 | 37 |
| Binary | 101 | 10011000 | 111100 | 1100001 | 0 | 111101 | 101000 | 10001110 | 1011110 | 11111 |
Color Harmonies of #05983C
Complementary color
Monochromatic Colors of #05983C
Black with #05983C
Text Example
Text Example
White with #05983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05983C; }
p { color: rgb(5,152,60); }
H1.HeaderClassName
{
color: #05983C;
}
.AnyTagClassName
{
color: #05983C;
}
</style>
background-color css
<style>
a { background-color: #05983C; }
a { background-color: rgb(5,152,60); }
div.DivClassName
{
background-color: #05983C;
}
.BgClassName
{
background-color: #05983C;
}
</style>
border-color css
<style>
span { border-color: #05983C; }
span { border-color: rgb(5,152,60); }
td.TdClassName
{
border-color: #05983C;
}
.TagClassName
{
border-color: #05983C;
}
</style>