Shades of Dark Pastel Green #08C03B
Tints of Dark Pastel Green #08C03B
RGB
CMYK
RGB Variations
Color information
#08C03B (or 0x08C03B) is known color: Dark Pastel Green. HEX triplet: 08, C0 and 3B. RGB value is (8,192,59). Sum of RGB (Red+Green+Blue) = 8+192+59=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 192 (75.39% from 255 or 74.13% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 192 - color contains mainly: green. Hex color #08C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C03B is #F73FC4. Grayscale: #7A7A7A. Windows color (decimal): -16203717 or 3915784. OLE color: 3915784.
HSL color Cylindrical-coordinate representation of color #08C03B: hue angle of 136.63º 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 #08C03B is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 59 | - |
| CMYK | 0.96 | 0 | 0.69 | 0.25 |
| HSL | 136.63º | 0.92% | 0.39% | - |
| HSV(B) | 136.63º | 0.96% | 0.75% | - |
| XYZ | 19.74 | 38.07 | 10.44 | - |
| YUV | 121.82 | 92.54 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 59 | 0.96 | 0 | 0.69 | 0.25 | 136.63 | 0.92 | 0.39 |
| Hex | 8 | C0 | 3B | 60 | 0 | 45 | 19 | 89 | 5C | 27 |
| Octal | 10 | 300 | 73 | 140 | 0 | 105 | 31 | 211 | 134 | 47 |
| Binary | 1000 | 11000000 | 111011 | 1100000 | 0 | 1000101 | 11001 | 10001001 | 1011100 | 100111 |
Color Harmonies of #08C03B
Complementary color
Monochromatic Colors of #08C03B
Black with #08C03B
Text Example
Text Example
White with #08C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C03B; }
p { color: rgb(8,192,59); }
H1.HeaderClassName
{
color: #08C03B;
}
.AnyTagClassName
{
color: #08C03B;
}
</style>
background-color css
<style>
a { background-color: #08C03B; }
a { background-color: rgb(8,192,59); }
div.DivClassName
{
background-color: #08C03B;
}
.BgClassName
{
background-color: #08C03B;
}
</style>
border-color css
<style>
span { border-color: #08C03B; }
span { border-color: rgb(8,192,59); }
td.TdClassName
{
border-color: #08C03B;
}
.TagClassName
{
border-color: #08C03B;
}
</style>