Shades of Pigment Green #05953B
Tints of Pigment Green #05953B
RGB
CMYK
RGB Variations
Color information
#05953B (or 0x05953B) is known color: Pigment Green. HEX triplet: 05, 95 and 3B. RGB value is (5,149,59). Sum of RGB (Red+Green+Blue) = 5+149+59=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #05953B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05953B is #FA6AC4. Grayscale: #5F5F5F. Windows color (decimal): -16411333 or 3904773. OLE color: 3904773.
HSL color Cylindrical-coordinate representation of color #05953B: hue angle of 142.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05953B is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 59 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.42 |
| HSL | 142.5º | 0.94% | 0.3% | - |
| HSV(B) | 142.5º | 0.97% | 0.58% | - |
| XYZ | 11.6 | 21.84 | 7.74 | - |
| YUV | 95.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 59 | 0.97 | 0 | 0.60 | 0.42 | 142.5 | 0.94 | 0.3 |
| Hex | 5 | 95 | 3B | 61 | 0 | 3C | 2A | 8E | 5E | 1E |
| Octal | 5 | 225 | 73 | 141 | 0 | 74 | 52 | 216 | 136 | 36 |
| Binary | 101 | 10010101 | 111011 | 1100001 | 0 | 111100 | 101010 | 10001110 | 1011110 | 11110 |
Color Harmonies of #05953B
Complementary color
Monochromatic Colors of #05953B
Black with #05953B
Text Example
Text Example
White with #05953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05953B; }
p { color: rgb(5,149,59); }
H1.HeaderClassName
{
color: #05953B;
}
.AnyTagClassName
{
color: #05953B;
}
</style>
background-color css
<style>
a { background-color: #05953B; }
a { background-color: rgb(5,149,59); }
div.DivClassName
{
background-color: #05953B;
}
.BgClassName
{
background-color: #05953B;
}
</style>
border-color css
<style>
span { border-color: #05953B; }
span { border-color: rgb(5,149,59); }
td.TdClassName
{
border-color: #05953B;
}
.TagClassName
{
border-color: #05953B;
}
</style>