Shades of Pigment Green #05A341
Tints of Pigment Green #05A341
RGB
CMYK
RGB Variations
Color information
#05A341 (or 0x05A341) is known color: Pigment Green. HEX triplet: 05, A3 and 41. RGB value is (5,163,65). Sum of RGB (Red+Green+Blue) = 5+163+65=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 163 (64.06% from 255 or 69.96% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 163 - color contains mainly: green. Hex color #05A341 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A341 is #FA5CBE. Grayscale: #686868. Windows color (decimal): -16407743 or 4301573. OLE color: 4301573.
HSL color Cylindrical-coordinate representation of color #05A341: hue angle of 142.78º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A341 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 163 | 65 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.36 |
| HSL | 142.78º | 0.94% | 0.33% | - |
| HSV(B) | 142.78º | 0.97% | 0.64% | - |
| XYZ | 14.11 | 26.61 | 9.39 | - |
| YUV | 104.59 | 105.65 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 65 | 0.97 | 0 | 0.60 | 0.36 | 142.78 | 0.94 | 0.33 |
| Hex | 5 | A3 | 41 | 61 | 0 | 3C | 24 | 8F | 5E | 21 |
| Octal | 5 | 243 | 101 | 141 | 0 | 74 | 44 | 217 | 136 | 41 |
| Binary | 101 | 10100011 | 1000001 | 1100001 | 0 | 111100 | 100100 | 10001111 | 1011110 | 100001 |
Color Harmonies of #05A341
Complementary color
Monochromatic Colors of #05A341
Black with #05A341
Text Example
Text Example
White with #05A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A341; }
p { color: rgb(5,163,65); }
H1.HeaderClassName
{
color: #05A341;
}
.AnyTagClassName
{
color: #05A341;
}
</style>
background-color css
<style>
a { background-color: #05A341; }
a { background-color: rgb(5,163,65); }
div.DivClassName
{
background-color: #05A341;
}
.BgClassName
{
background-color: #05A341;
}
</style>
border-color css
<style>
span { border-color: #05A341; }
span { border-color: rgb(5,163,65); }
td.TdClassName
{
border-color: #05A341;
}
.TagClassName
{
border-color: #05A341;
}
</style>