Shades of Pigment Green #05943A
Tints of Pigment Green #05943A
RGB
CMYK
RGB Variations
Color information
#05943A (or 0x05943A) is known color: Pigment Green. HEX triplet: 05, 94 and 3A. RGB value is (5,148,58). Sum of RGB (Red+Green+Blue) = 5+148+58=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 148 (58.20% from 255 or 70.14% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 148 - color contains mainly: green. Hex color #05943A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05943A is #FA6BC5. Grayscale: #5F5F5F. Windows color (decimal): -16411590 or 3838981. OLE color: 3838981.
HSL color Cylindrical-coordinate representation of color #05943A: hue angle of 142.24º degrees, saturation: 0.93, 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 #05943A is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 148 | 58 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.42 |
| HSL | 142.24º | 0.93% | 0.3% | - |
| HSV(B) | 142.24º | 0.97% | 0.58% | - |
| XYZ | 11.42 | 21.52 | 7.55 | - |
| YUV | 94.98 | 107.12 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 148 | 58 | 0.97 | 0 | 0.61 | 0.42 | 142.24 | 0.93 | 0.3 |
| Hex | 5 | 94 | 3A | 61 | 0 | 3D | 2A | 8E | 5D | 1E |
| Octal | 5 | 224 | 72 | 141 | 0 | 75 | 52 | 216 | 135 | 36 |
| Binary | 101 | 10010100 | 111010 | 1100001 | 0 | 111101 | 101010 | 10001110 | 1011101 | 11110 |
Color Harmonies of #05943A
Complementary color
Monochromatic Colors of #05943A
Black with #05943A
Text Example
Text Example
White with #05943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05943A; }
p { color: rgb(5,148,58); }
H1.HeaderClassName
{
color: #05943A;
}
.AnyTagClassName
{
color: #05943A;
}
</style>
background-color css
<style>
a { background-color: #05943A; }
a { background-color: rgb(5,148,58); }
div.DivClassName
{
background-color: #05943A;
}
.BgClassName
{
background-color: #05943A;
}
</style>
border-color css
<style>
span { border-color: #05943A; }
span { border-color: rgb(5,148,58); }
td.TdClassName
{
border-color: #05943A;
}
.TagClassName
{
border-color: #05943A;
}
</style>