Shades of Dark Pastel Green #08C325
Tints of Dark Pastel Green #08C325
RGB
CMYK
RGB Variations
Color information
#08C325 (or 0x08C325) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 25. RGB value is (8,195,37). Sum of RGB (Red+Green+Blue) = 8+195+37=240 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.33% from 240); Green value is 195 (76.56% from 255 or 81.25% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 195 - color contains mainly: green. Hex color #08C325 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C325 is #F73CDA. Grayscale: #797979. Windows color (decimal): -16202971 or 2474760. OLE color: 2474760.
HSL color Cylindrical-coordinate representation of color #08C325: hue angle of 129.3º 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 #08C325 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 37 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.24 |
| HSL | 129.3º | 0.92% | 0.4% | - |
| HSV(B) | 129.3º | 0.96% | 0.76% | - |
| XYZ | 19.95 | 39.22 | 8.27 | - |
| YUV | 121.08 | 80.55 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 37 | 0.96 | 0 | 0.81 | 0.24 | 129.3 | 0.92 | 0.4 |
| Hex | 8 | C3 | 25 | 60 | 0 | 51 | 18 | 81 | 5C | 28 |
| Octal | 10 | 303 | 45 | 140 | 0 | 121 | 30 | 201 | 134 | 50 |
| Binary | 1000 | 11000011 | 100101 | 1100000 | 0 | 1010001 | 11000 | 10000001 | 1011100 | 101000 |
Color Harmonies of #08C325
Complementary color
Monochromatic Colors of #08C325
Black with #08C325
Text Example
Text Example
White with #08C325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C325; }
p { color: rgb(8,195,37); }
H1.HeaderClassName
{
color: #08C325;
}
.AnyTagClassName
{
color: #08C325;
}
</style>
background-color css
<style>
a { background-color: #08C325; }
a { background-color: rgb(8,195,37); }
div.DivClassName
{
background-color: #08C325;
}
.BgClassName
{
background-color: #08C325;
}
</style>
border-color css
<style>
span { border-color: #08C325; }
span { border-color: rgb(8,195,37); }
td.TdClassName
{
border-color: #08C325;
}
.TagClassName
{
border-color: #08C325;
}
</style>