Shades of Dark Pastel Green #05AD2F
Tints of Dark Pastel Green #05AD2F
RGB
CMYK
RGB Variations
Color information
#05AD2F (or 0x05AD2F) is known color: Dark Pastel Green. HEX triplet: 05, AD and 2F. RGB value is (5,173,47). Sum of RGB (Red+Green+Blue) = 5+173+47=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 173 (67.97% from 255 or 76.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 173 - color contains mainly: green. Hex color #05AD2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05AD2F is #FA52D0. Grayscale: #6C6C6C. Windows color (decimal): -16405201 or 3124485. OLE color: 3124485.
HSL color Cylindrical-coordinate representation of color #05AD2F: hue angle of 135º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AD2F is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 173 | 47 | - |
| CMYK | 0.97 | 0 | 0.73 | 0.32 |
| HSL | 135º | 0.94% | 0.35% | - |
| HSV(B) | 135º | 0.97% | 0.68% | - |
| XYZ | 15.52 | 30.12 | 7.69 | - |
| YUV | 108.4 | 93.34 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 173 | 47 | 0.97 | 0 | 0.73 | 0.32 | 135 | 0.94 | 0.35 |
| Hex | 5 | AD | 2F | 61 | 0 | 49 | 20 | 87 | 5E | 23 |
| Octal | 5 | 255 | 57 | 141 | 0 | 111 | 40 | 207 | 136 | 43 |
| Binary | 101 | 10101101 | 101111 | 1100001 | 0 | 1001001 | 100000 | 10000111 | 1011110 | 100011 |
Color Harmonies of #05AD2F
Complementary color
Monochromatic Colors of #05AD2F
Black with #05AD2F
Text Example
Text Example
White with #05AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05AD2F; }
p { color: rgb(5,173,47); }
H1.HeaderClassName
{
color: #05AD2F;
}
.AnyTagClassName
{
color: #05AD2F;
}
</style>
background-color css
<style>
a { background-color: #05AD2F; }
a { background-color: rgb(5,173,47); }
div.DivClassName
{
background-color: #05AD2F;
}
.BgClassName
{
background-color: #05AD2F;
}
</style>
border-color css
<style>
span { border-color: #05AD2F; }
span { border-color: rgb(5,173,47); }
td.TdClassName
{
border-color: #05AD2F;
}
.TagClassName
{
border-color: #05AD2F;
}
</style>