Shades of Dark Pastel Green #08C33B
Tints of Dark Pastel Green #08C33B
RGB
CMYK
RGB Variations
Color information
#08C33B (or 0x08C33B) is known color: Dark Pastel Green. HEX triplet: 08, C3 and 3B. RGB value is (8,195,59). Sum of RGB (Red+Green+Blue) = 8+195+59=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 195 (76.56% from 255 or 74.43% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 195 - color contains mainly: green. Hex color #08C33B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C33B is #F73CC4. Grayscale: #7B7B7B. Windows color (decimal): -16202949 or 3916552. OLE color: 3916552.
HSL color Cylindrical-coordinate representation of color #08C33B: hue angle of 136.36º 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 #08C33B is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 195 | 59 | - |
| CMYK | 0.96 | 0 | 0.70 | 0.24 |
| HSL | 136.36º | 0.92% | 0.4% | - |
| HSV(B) | 136.36º | 0.96% | 0.76% | - |
| XYZ | 20.4 | 39.4 | 10.67 | - |
| YUV | 123.58 | 91.55 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 195 | 59 | 0.96 | 0 | 0.70 | 0.24 | 136.36 | 0.92 | 0.4 |
| Hex | 8 | C3 | 3B | 60 | 0 | 46 | 18 | 88 | 5C | 28 |
| Octal | 10 | 303 | 73 | 140 | 0 | 106 | 30 | 210 | 134 | 50 |
| Binary | 1000 | 11000011 | 111011 | 1100000 | 0 | 1000110 | 11000 | 10001000 | 1011100 | 101000 |
Color Harmonies of #08C33B
Complementary color
Monochromatic Colors of #08C33B
Black with #08C33B
Text Example
Text Example
White with #08C33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C33B; }
p { color: rgb(8,195,59); }
H1.HeaderClassName
{
color: #08C33B;
}
.AnyTagClassName
{
color: #08C33B;
}
</style>
background-color css
<style>
a { background-color: #08C33B; }
a { background-color: rgb(8,195,59); }
div.DivClassName
{
background-color: #08C33B;
}
.BgClassName
{
background-color: #08C33B;
}
</style>
border-color css
<style>
span { border-color: #08C33B; }
span { border-color: rgb(8,195,59); }
td.TdClassName
{
border-color: #08C33B;
}
.TagClassName
{
border-color: #08C33B;
}
</style>