Shades of Dark Pastel Green #08C32D
Tints of Dark Pastel Green #08C32D
RGB
CMYK
RGB Variations
Color information
#08C32D (or 0x08C32D) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 2D. RGB value is (8,195,45). Sum of RGB (Red+Green+Blue) = 8+195+45=248 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.23% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #08C32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C32D is #F73CD2. Grayscale: #7A7A7A. Windows color (decimal): -16202963 or 2999048. OLE color: 2999048.
HSL color Cylindrical-coordinate representation of color #08C32D: hue angle of 131.87º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C32D is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 45 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.24 |
| HSL | 131.87º | 0.92% | 0.4% | - |
| HSV(B) | 131.87º | 0.96% | 0.76% | - |
| XYZ | 20.09 | 39.27 | 9 | - |
| YUV | 121.99 | 84.55 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 45 | 0.96 | 0 | 0.77 | 0.24 | 131.87 | 0.92 | 0.4 |
| Hex | 8 | C3 | 2D | 60 | 0 | 4D | 18 | 84 | 5C | 28 |
| Octal | 10 | 303 | 55 | 140 | 0 | 115 | 30 | 204 | 134 | 50 |
| Binary | 1000 | 11000011 | 101101 | 1100000 | 0 | 1001101 | 11000 | 10000100 | 1011100 | 101000 |
Color Harmonies of #08C32D
Complementary color
Monochromatic Colors of #08C32D
Black with #08C32D
Text Example
Text Example
White with #08C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C32D; }
p { color: rgb(8,195,45); }
H1.HeaderClassName
{
color: #08C32D;
}
.AnyTagClassName
{
color: #08C32D;
}
</style>
background-color css
<style>
a { background-color: #08C32D; }
a { background-color: rgb(8,195,45); }
div.DivClassName
{
background-color: #08C32D;
}
.BgClassName
{
background-color: #08C32D;
}
</style>
border-color css
<style>
span { border-color: #08C32D; }
span { border-color: rgb(8,195,45); }
td.TdClassName
{
border-color: #08C32D;
}
.TagClassName
{
border-color: #08C32D;
}
</style>