Shades of Dark Pastel Green #08C01D
Tints of Dark Pastel Green #08C01D
RGB
CMYK
RGB Variations
Color information
#08C01D (or 0x08C01D) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 1D. RGB value is (8,192,29). Sum of RGB (Red+Green+Blue) = 8+192+29=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #08C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C01D is #F73FE2. Grayscale: #767676. Windows color (decimal): -16203747 or 1949704. OLE color: 1949704.
HSL color Cylindrical-coordinate representation of color #08C01D: hue angle of 126.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C01D is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 29 | - |
| CMYK | 0.96 | 0 | 0.85 | 0.25 |
| HSL | 126.85º | 0.92% | 0.39% | - |
| HSV(B) | 126.85º | 0.96% | 0.75% | - |
| XYZ | 19.17 | 37.84 | 7.46 | - |
| YUV | 118.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 29 | 0.96 | 0 | 0.85 | 0.25 | 126.85 | 0.92 | 0.39 |
| Hex | 8 | C0 | 1D | 60 | 0 | 55 | 19 | 7F | 5C | 27 |
| Octal | 10 | 300 | 35 | 140 | 0 | 125 | 31 | 177 | 134 | 47 |
| Binary | 1000 | 11000000 | 11101 | 1100000 | 0 | 1010101 | 11001 | 1111111 | 1011100 | 100111 |
Color Harmonies of #08C01D
Complementary color
Monochromatic Colors of #08C01D
Black with #08C01D
Text Example
Text Example
White with #08C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C01D; }
p { color: rgb(8,192,29); }
H1.HeaderClassName
{
color: #08C01D;
}
.AnyTagClassName
{
color: #08C01D;
}
</style>
background-color css
<style>
a { background-color: #08C01D; }
a { background-color: rgb(8,192,29); }
div.DivClassName
{
background-color: #08C01D;
}
.BgClassName
{
background-color: #08C01D;
}
</style>
border-color css
<style>
span { border-color: #08C01D; }
span { border-color: rgb(8,192,29); }
td.TdClassName
{
border-color: #08C01D;
}
.TagClassName
{
border-color: #08C01D;
}
</style>