Shades of Dark Pastel Green #08BB3C
Tints of Dark Pastel Green #08BB3C
RGB
CMYK
RGB Variations
Color information
#08BB3C (or 0x08BB3C) is known color: Dark Pastel Green. HEX triplet: 08, BB and 3C. RGB value is (8,187,60). Sum of RGB (Red+Green+Blue) = 8+187+60=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 187 (73.44% from 255 or 73.33% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 187 - color contains mainly: green. Hex color #08BB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BB3C is #F744C3. Grayscale: #777777. Windows color (decimal): -16204996 or 3980040. OLE color: 3980040.
HSL color Cylindrical-coordinate representation of color #08BB3C: hue angle of 137.43º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BB3C is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 187 | 60 | - |
| CMYK | 0.96 | 0 | 0.68 | 0.27 |
| HSL | 137.43º | 0.92% | 0.38% | - |
| HSV(B) | 137.43º | 0.96% | 0.73% | - |
| XYZ | 18.69 | 35.92 | 10.22 | - |
| YUV | 119 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 187 | 60 | 0.96 | 0 | 0.68 | 0.27 | 137.43 | 0.92 | 0.38 |
| Hex | 8 | BB | 3C | 60 | 0 | 44 | 1B | 89 | 5C | 26 |
| Octal | 10 | 273 | 74 | 140 | 0 | 104 | 33 | 211 | 134 | 46 |
| Binary | 1000 | 10111011 | 111100 | 1100000 | 0 | 1000100 | 11011 | 10001001 | 1011100 | 100110 |
Color Harmonies of #08BB3C
Complementary color
Monochromatic Colors of #08BB3C
Black with #08BB3C
Text Example
Text Example
White with #08BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BB3C; }
p { color: rgb(8,187,60); }
H1.HeaderClassName
{
color: #08BB3C;
}
.AnyTagClassName
{
color: #08BB3C;
}
</style>
background-color css
<style>
a { background-color: #08BB3C; }
a { background-color: rgb(8,187,60); }
div.DivClassName
{
background-color: #08BB3C;
}
.BgClassName
{
background-color: #08BB3C;
}
</style>
border-color css
<style>
span { border-color: #08BB3C; }
span { border-color: rgb(8,187,60); }
td.TdClassName
{
border-color: #08BB3C;
}
.TagClassName
{
border-color: #08BB3C;
}
</style>