Shades of Dark Pastel Green #05AB32
Tints of Dark Pastel Green #05AB32
RGB
CMYK
RGB Variations
Color information
#05AB32 (or 0x05AB32) is known color: Dark Pastel Green. HEX triplet: 05, AB and 32. RGB value is (5,171,50). Sum of RGB (Red+Green+Blue) = 5+171+50=226 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.21% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #05AB32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AB32 is #FA54CD. Grayscale: #6B6B6B. Windows color (decimal): -16405710 or 3320581. OLE color: 3320581.
HSL color Cylindrical-coordinate representation of color #05AB32: hue angle of 136.27º 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 #05AB32 is Cyan = 0.97, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 171 | 50 | - |
| CMYK | 0.97 | 0 | 0.71 | 0.33 |
| HSL | 136.27º | 0.94% | 0.35% | - |
| HSV(B) | 136.27º | 0.97% | 0.67% | - |
| XYZ | 15.2 | 29.39 | 7.89 | - |
| YUV | 107.57 | 95.5 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 171 | 50 | 0.97 | 0 | 0.71 | 0.33 | 136.27 | 0.94 | 0.35 |
| Hex | 5 | AB | 32 | 61 | 0 | 47 | 21 | 88 | 5E | 23 |
| Octal | 5 | 253 | 62 | 141 | 0 | 107 | 41 | 210 | 136 | 43 |
| Binary | 101 | 10101011 | 110010 | 1100001 | 0 | 1000111 | 100001 | 10001000 | 1011110 | 100011 |
Color Harmonies of #05AB32
Complementary color
Monochromatic Colors of #05AB32
Black with #05AB32
Text Example
Text Example
White with #05AB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AB32; }
p { color: rgb(5,171,50); }
H1.HeaderClassName
{
color: #05AB32;
}
.AnyTagClassName
{
color: #05AB32;
}
</style>
background-color css
<style>
a { background-color: #05AB32; }
a { background-color: rgb(5,171,50); }
div.DivClassName
{
background-color: #05AB32;
}
.BgClassName
{
background-color: #05AB32;
}
</style>
border-color css
<style>
span { border-color: #05AB32; }
span { border-color: rgb(5,171,50); }
td.TdClassName
{
border-color: #05AB32;
}
.TagClassName
{
border-color: #05AB32;
}
</style>