Shades of Dark Pastel Green #08DB2C
Tints of Dark Pastel Green #08DB2C
RGB
CMYK
RGB Variations
Color information
#08DB2C (or 0x08DB2C) is known color: Dark Pastel Green. HEX triplet: 08, DB and 2C. RGB value is (8,219,44). Sum of RGB (Red+Green+Blue) = 8+219+44=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 219 (85.94% from 255 or 80.81% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB2C is #F724D3. Grayscale: #888888. Windows color (decimal): -16196820 or 2939656. OLE color: 2939656.
HSL color Cylindrical-coordinate representation of color #08DB2C: hue angle of 130.24º 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 #08DB2C is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 44 | - |
| CMYK | 0.96 | 0 | 0.80 | 0.14 |
| HSL | 130.24º | 0.93% | 0.45% | - |
| HSV(B) | 130.24º | 0.96% | 0.86% | - |
| XYZ | 25.89 | 50.9 | 10.84 | - |
| YUV | 135.96 | 76.1 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 44 | 0.96 | 0 | 0.80 | 0.14 | 130.24 | 0.93 | 0.45 |
| Hex | 8 | DB | 2C | 60 | 0 | 50 | E | 82 | 5D | 2D |
| Octal | 10 | 333 | 54 | 140 | 0 | 120 | 16 | 202 | 135 | 55 |
| Binary | 1000 | 11011011 | 101100 | 1100000 | 0 | 1010000 | 1110 | 10000010 | 1011101 | 101101 |
Color Harmonies of #08DB2C
Complementary color
Monochromatic Colors of #08DB2C
Black with #08DB2C
Text Example
Text Example
White with #08DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB2C; }
p { color: rgb(8,219,44); }
H1.HeaderClassName
{
color: #08DB2C;
}
.AnyTagClassName
{
color: #08DB2C;
}
</style>
background-color css
<style>
a { background-color: #08DB2C; }
a { background-color: rgb(8,219,44); }
div.DivClassName
{
background-color: #08DB2C;
}
.BgClassName
{
background-color: #08DB2C;
}
</style>
border-color css
<style>
span { border-color: #08DB2C; }
span { border-color: rgb(8,219,44); }
td.TdClassName
{
border-color: #08DB2C;
}
.TagClassName
{
border-color: #08DB2C;
}
</style>