Shades of Dark Pastel Green #05D32F
Tints of Dark Pastel Green #05D32F
RGB
CMYK
RGB Variations
Color information
#05D32F (or 0x05D32F) is known color: Dark Pastel Green. HEX triplet: 05, D3 and 2F. RGB value is (5,211,47). Sum of RGB (Red+Green+Blue) = 5+211+47=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #05D32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05D32F is #FA2CD0. Grayscale: #838383. Windows color (decimal): -16395473 or 3134213. OLE color: 3134213.
HSL color Cylindrical-coordinate representation of color #05D32F: hue angle of 132.23º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D32F is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 5 | 211 | 47 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.17 |
| HSL | 132.23º | 0.95% | 0.42% | - |
| HSV(B) | 132.23º | 0.98% | 0.83% | - |
| XYZ | 23.87 | 46.83 | 10.47 | - |
| YUV | 130.71 | 80.75 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 211 | 47 | 0.98 | 0 | 0.78 | 0.17 | 132.23 | 0.95 | 0.42 |
| Hex | 5 | D3 | 2F | 62 | 0 | 4E | 11 | 84 | 5F | 2A |
| Octal | 5 | 323 | 57 | 142 | 0 | 116 | 21 | 204 | 137 | 52 |
| Binary | 101 | 11010011 | 101111 | 1100010 | 0 | 1001110 | 10001 | 10000100 | 1011111 | 101010 |
Color Harmonies of #05D32F
Complementary color
Monochromatic Colors of #05D32F
Black with #05D32F
Text Example
Text Example
White with #05D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D32F; }
p { color: rgb(5,211,47); }
H1.HeaderClassName
{
color: #05D32F;
}
.AnyTagClassName
{
color: #05D32F;
}
</style>
background-color css
<style>
a { background-color: #05D32F; }
a { background-color: rgb(5,211,47); }
div.DivClassName
{
background-color: #05D32F;
}
.BgClassName
{
background-color: #05D32F;
}
</style>
border-color css
<style>
span { border-color: #05D32F; }
span { border-color: rgb(5,211,47); }
td.TdClassName
{
border-color: #05D32F;
}
.TagClassName
{
border-color: #05D32F;
}
</style>