Shades of Dark Pastel Green #08C932
Tints of Dark Pastel Green #08C932
RGB
CMYK
RGB Variations
Color information
#08C932 (or 0x08C932) is known color: Dark Pastel Green. HEX triplet: 08, C9 and 32. RGB value is (8,201,50). Sum of RGB (Red+Green+Blue) = 8+201+50=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 201 (78.91% from 255 or 77.61% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 201 - color contains mainly: green. Hex color #08C932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C932 is #F736CD. Grayscale: #7E7E7E. Windows color (decimal): -16201422 or 3328264. OLE color: 3328264.
HSL color Cylindrical-coordinate representation of color #08C932: hue angle of 133.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C932 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 201 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.21 |
| HSL | 133.06º | 0.92% | 0.41% | - |
| HSV(B) | 133.06º | 0.96% | 0.79% | - |
| XYZ | 21.56 | 42.06 | 10 | - |
| YUV | 126.08 | 85.06 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 201 | 50 | 0.96 | 0 | 0.75 | 0.21 | 133.06 | 0.92 | 0.41 |
| Hex | 8 | C9 | 32 | 60 | 0 | 4B | 15 | 85 | 5C | 29 |
| Octal | 10 | 311 | 62 | 140 | 0 | 113 | 25 | 205 | 134 | 51 |
| Binary | 1000 | 11001001 | 110010 | 1100000 | 0 | 1001011 | 10101 | 10000101 | 1011100 | 101001 |
Color Harmonies of #08C932
Complementary color
Monochromatic Colors of #08C932
Black with #08C932
Text Example
Text Example
White with #08C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C932; }
p { color: rgb(8,201,50); }
H1.HeaderClassName
{
color: #08C932;
}
.AnyTagClassName
{
color: #08C932;
}
</style>
background-color css
<style>
a { background-color: #08C932; }
a { background-color: rgb(8,201,50); }
div.DivClassName
{
background-color: #08C932;
}
.BgClassName
{
background-color: #08C932;
}
</style>
border-color css
<style>
span { border-color: #08C932; }
span { border-color: rgb(8,201,50); }
td.TdClassName
{
border-color: #08C932;
}
.TagClassName
{
border-color: #08C932;
}
</style>