Shades of Dark Pastel Green #05AB2D
Tints of Dark Pastel Green #05AB2D
RGB
CMYK
RGB Variations
Color information
#05AB2D (or 0x05AB2D) is known color: Dark Pastel Green. HEX triplet: 05, AB and 2D. RGB value is (5,171,45). Sum of RGB (Red+Green+Blue) = 5+171+45=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 171 (67.19% from 255 or 77.38% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB2D is #FA54D2. Grayscale: #6B6B6B. Windows color (decimal): -16405715 or 2992901. OLE color: 2992901.
HSL color Cylindrical-coordinate representation of color #05AB2D: hue angle of 134.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AB2D is Cyan = 0.97, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 45 | - |
| CMYK | 0.97 | 0 | 0.74 | 0.33 |
| HSL | 134.46º | 0.94% | 0.35% | - |
| HSV(B) | 134.46º | 0.97% | 0.67% | - |
| XYZ | 15.1 | 29.35 | 7.35 | - |
| YUV | 107 | 93 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 45 | 0.97 | 0 | 0.74 | 0.33 | 134.46 | 0.94 | 0.35 |
| Hex | 5 | AB | 2D | 61 | 0 | 4A | 21 | 86 | 5E | 23 |
| Octal | 5 | 253 | 55 | 141 | 0 | 112 | 41 | 206 | 136 | 43 |
| Binary | 101 | 10101011 | 101101 | 1100001 | 0 | 1001010 | 100001 | 10000110 | 1011110 | 100011 |
Color Harmonies of #05AB2D
Complementary color
Monochromatic Colors of #05AB2D
Black with #05AB2D
Text Example
Text Example
White with #05AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB2D; }
p { color: rgb(5,171,45); }
H1.HeaderClassName
{
color: #05AB2D;
}
.AnyTagClassName
{
color: #05AB2D;
}
</style>
background-color css
<style>
a { background-color: #05AB2D; }
a { background-color: rgb(5,171,45); }
div.DivClassName
{
background-color: #05AB2D;
}
.BgClassName
{
background-color: #05AB2D;
}
</style>
border-color css
<style>
span { border-color: #05AB2D; }
span { border-color: rgb(5,171,45); }
td.TdClassName
{
border-color: #05AB2D;
}
.TagClassName
{
border-color: #05AB2D;
}
</style>