Shades of Dark Pastel Green #08DB2D
Tints of Dark Pastel Green #08DB2D
RGB
CMYK
RGB Variations
Color information
#08DB2D (or 0x08DB2D) is known color: Dark Pastel Green. HEX triplet: 08, DB and 2D. RGB value is (8,219,45). Sum of RGB (Red+Green+Blue) = 8+219+45=272 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.94% from 272); Green value is 219 (85.94% from 255 or 80.51% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB2D is #F724D2. Grayscale: #888888. Windows color (decimal): -16196819 or 3005192. OLE color: 3005192.
HSL color Cylindrical-coordinate representation of color #08DB2D: hue angle of 130.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB2D is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 45 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.14 |
| HSL | 130.52º | 0.93% | 0.45% | - |
| HSV(B) | 130.52º | 0.96% | 0.86% | - |
| XYZ | 25.91 | 50.9 | 10.94 | - |
| YUV | 136.08 | 76.6 | 36.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 45 | 0.96 | 0 | 0.79 | 0.14 | 130.52 | 0.93 | 0.45 |
| Hex | 8 | DB | 2D | 60 | 0 | 4F | E | 83 | 5D | 2D |
| Octal | 10 | 333 | 55 | 140 | 0 | 117 | 16 | 203 | 135 | 55 |
| Binary | 1000 | 11011011 | 101101 | 1100000 | 0 | 1001111 | 1110 | 10000011 | 1011101 | 101101 |
Color Harmonies of #08DB2D
Complementary color
Monochromatic Colors of #08DB2D
Black with #08DB2D
Text Example
Text Example
White with #08DB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB2D; }
p { color: rgb(8,219,45); }
H1.HeaderClassName
{
color: #08DB2D;
}
.AnyTagClassName
{
color: #08DB2D;
}
</style>
background-color css
<style>
a { background-color: #08DB2D; }
a { background-color: rgb(8,219,45); }
div.DivClassName
{
background-color: #08DB2D;
}
.BgClassName
{
background-color: #08DB2D;
}
</style>
border-color css
<style>
span { border-color: #08DB2D; }
span { border-color: rgb(8,219,45); }
td.TdClassName
{
border-color: #08DB2D;
}
.TagClassName
{
border-color: #08DB2D;
}
</style>