Shades of Dark Pastel Green #08D02D
Tints of Dark Pastel Green #08D02D
RGB
CMYK
RGB Variations
Color information
#08D02D (or 0x08D02D) is known color: Dark Pastel Green. HEX triplet: 08, D0 and 2D. RGB value is (8,208,45). Sum of RGB (Red+Green+Blue) = 8+208+45=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 208 (81.64% from 255 or 79.69% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 208 - color contains mainly: green. Hex color #08D02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D02D is #F72FD2. Grayscale: #828282. Windows color (decimal): -16199635 or 3002376. OLE color: 3002376.
HSL color Cylindrical-coordinate representation of color #08D02D: hue angle of 131.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D02D is Cyan = 0.96, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 208 | 45 | - |
| CMYK | 0.96 | 0 | 0.78 | 0.18 |
| HSL | 131.1º | 0.93% | 0.42% | - |
| HSV(B) | 131.1º | 0.96% | 0.82% | - |
| XYZ | 23.13 | 45.35 | 10.02 | - |
| YUV | 129.62 | 80.24 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 208 | 45 | 0.96 | 0 | 0.78 | 0.18 | 131.1 | 0.93 | 0.42 |
| Hex | 8 | D0 | 2D | 60 | 0 | 4E | 12 | 83 | 5D | 2A |
| Octal | 10 | 320 | 55 | 140 | 0 | 116 | 22 | 203 | 135 | 52 |
| Binary | 1000 | 11010000 | 101101 | 1100000 | 0 | 1001110 | 10010 | 10000011 | 1011101 | 101010 |
Color Harmonies of #08D02D
Complementary color
Monochromatic Colors of #08D02D
Black with #08D02D
Text Example
Text Example
White with #08D02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08D02D; }
p { color: rgb(8,208,45); }
H1.HeaderClassName
{
color: #08D02D;
}
.AnyTagClassName
{
color: #08D02D;
}
</style>
background-color css
<style>
a { background-color: #08D02D; }
a { background-color: rgb(8,208,45); }
div.DivClassName
{
background-color: #08D02D;
}
.BgClassName
{
background-color: #08D02D;
}
</style>
border-color css
<style>
span { border-color: #08D02D; }
span { border-color: rgb(8,208,45); }
td.TdClassName
{
border-color: #08D02D;
}
.TagClassName
{
border-color: #08D02D;
}
</style>