Shades of Dark Pastel Green #08CB3C
Tints of Dark Pastel Green #08CB3C
RGB
CMYK
RGB Variations
Color information
#08CB3C (or 0x08CB3C) is known color: Dark Pastel Green. HEX triplet: 08, CB and 3C. RGB value is (8,203,60). Sum of RGB (Red+Green+Blue) = 8+203+60=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CB3C is #F734C3. Grayscale: #808080. Windows color (decimal): -16200900 or 3984136. OLE color: 3984136.
HSL color Cylindrical-coordinate representation of color #08CB3C: hue angle of 136º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CB3C is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 60 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.20 |
| HSL | 136º | 0.92% | 0.41% | - |
| HSV(B) | 136º | 0.96% | 0.8% | - |
| XYZ | 22.27 | 43.09 | 11.42 | - |
| YUV | 128.39 | 89.4 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 60 | 0.96 | 0 | 0.70 | 0.20 | 136 | 0.92 | 0.41 |
| Hex | 8 | CB | 3C | 60 | 0 | 46 | 14 | 88 | 5C | 29 |
| Octal | 10 | 313 | 74 | 140 | 0 | 106 | 24 | 210 | 134 | 51 |
| Binary | 1000 | 11001011 | 111100 | 1100000 | 0 | 1000110 | 10100 | 10001000 | 1011100 | 101001 |
Color Harmonies of #08CB3C
Complementary color
Monochromatic Colors of #08CB3C
Black with #08CB3C
Text Example
Text Example
White with #08CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB3C; }
p { color: rgb(8,203,60); }
H1.HeaderClassName
{
color: #08CB3C;
}
.AnyTagClassName
{
color: #08CB3C;
}
</style>
background-color css
<style>
a { background-color: #08CB3C; }
a { background-color: rgb(8,203,60); }
div.DivClassName
{
background-color: #08CB3C;
}
.BgClassName
{
background-color: #08CB3C;
}
</style>
border-color css
<style>
span { border-color: #08CB3C; }
span { border-color: rgb(8,203,60); }
td.TdClassName
{
border-color: #08CB3C;
}
.TagClassName
{
border-color: #08CB3C;
}
</style>