Shades of Dark Pastel Green #05DB2D
Tints of Dark Pastel Green #05DB2D
RGB
CMYK
RGB Variations
Color information
#05DB2D (or 0x05DB2D) is known color: Dark Pastel Green. HEX triplet: 05, DB and 2D. RGB value is (5,219,45). Sum of RGB (Red+Green+Blue) = 5+219+45=269 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.86% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #05DB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05DB2D is #FA24D2. Grayscale: #878787. Windows color (decimal): -16393427 or 3005189. OLE color: 3005189.
HSL color Cylindrical-coordinate representation of color #05DB2D: hue angle of 131.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DB2D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 219 | 45 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.14 |
| HSL | 131.22º | 0.96% | 0.44% | - |
| HSV(B) | 131.22º | 0.98% | 0.86% | - |
| XYZ | 25.87 | 50.88 | 10.94 | - |
| YUV | 135.18 | 77.1 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 219 | 45 | 0.98 | 0 | 0.79 | 0.14 | 131.22 | 0.96 | 0.44 |
| Hex | 5 | DB | 2D | 62 | 0 | 4F | E | 83 | 60 | 2C |
| Octal | 5 | 333 | 55 | 142 | 0 | 117 | 16 | 203 | 140 | 54 |
| Binary | 101 | 11011011 | 101101 | 1100010 | 0 | 1001111 | 1110 | 10000011 | 1100000 | 101100 |
Color Harmonies of #05DB2D
Complementary color
Monochromatic Colors of #05DB2D
Black with #05DB2D
Text Example
Text Example
White with #05DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05DB2D; }
p { color: rgb(5,219,45); }
H1.HeaderClassName
{
color: #05DB2D;
}
.AnyTagClassName
{
color: #05DB2D;
}
</style>
background-color css
<style>
a { background-color: #05DB2D; }
a { background-color: rgb(5,219,45); }
div.DivClassName
{
background-color: #05DB2D;
}
.BgClassName
{
background-color: #05DB2D;
}
</style>
border-color css
<style>
span { border-color: #05DB2D; }
span { border-color: rgb(5,219,45); }
td.TdClassName
{
border-color: #05DB2D;
}
.TagClassName
{
border-color: #05DB2D;
}
</style>