Shades of Dark Pastel Green #08CB32
Tints of Dark Pastel Green #08CB32
RGB
CMYK
RGB Variations
Color information
#08CB32 (or 0x08CB32) is known color: Dark Pastel Green. HEX triplet: 08, CB and 32. RGB value is (8,203,50). Sum of RGB (Red+Green+Blue) = 8+203+50=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 203 (79.69% from 255 or 77.78% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 203 - color contains mainly: green. Hex color #08CB32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08CB32 is #F734CD. Grayscale: #7F7F7F. Windows color (decimal): -16200910 or 3328776. OLE color: 3328776.
HSL color Cylindrical-coordinate representation of color #08CB32: hue angle of 132.92º 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 #08CB32 is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 203 | 50 | - |
| CMYK | 0.96 | 0 | 0.75 | 0.20 |
| HSL | 132.92º | 0.92% | 0.41% | - |
| HSV(B) | 132.92º | 0.96% | 0.8% | - |
| XYZ | 22.03 | 42.99 | 10.16 | - |
| YUV | 127.25 | 84.4 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 203 | 50 | 0.96 | 0 | 0.75 | 0.20 | 132.92 | 0.92 | 0.41 |
| Hex | 8 | CB | 32 | 60 | 0 | 4B | 14 | 85 | 5C | 29 |
| Octal | 10 | 313 | 62 | 140 | 0 | 113 | 24 | 205 | 134 | 51 |
| Binary | 1000 | 11001011 | 110010 | 1100000 | 0 | 1001011 | 10100 | 10000101 | 1011100 | 101001 |
Color Harmonies of #08CB32
Complementary color
Monochromatic Colors of #08CB32
Black with #08CB32
Text Example
Text Example
White with #08CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08CB32; }
p { color: rgb(8,203,50); }
H1.HeaderClassName
{
color: #08CB32;
}
.AnyTagClassName
{
color: #08CB32;
}
</style>
background-color css
<style>
a { background-color: #08CB32; }
a { background-color: rgb(8,203,50); }
div.DivClassName
{
background-color: #08CB32;
}
.BgClassName
{
background-color: #08CB32;
}
</style>
border-color css
<style>
span { border-color: #08CB32; }
span { border-color: rgb(8,203,50); }
td.TdClassName
{
border-color: #08CB32;
}
.TagClassName
{
border-color: #08CB32;
}
</style>