Shades of Dark Pastel Green #08B32F
Tints of Dark Pastel Green #08B32F
RGB
CMYK
RGB Variations
Color information
#08B32F (or 0x08B32F) is known color: Dark Pastel Green. HEX triplet: 08, B3 and 2F. RGB value is (8,179,47). Sum of RGB (Red+Green+Blue) = 8+179+47=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 179 (70.31% from 255 or 76.50% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 179 - color contains mainly: green. Hex color #08B32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08B32F is #F74CD0. Grayscale: #717171. Windows color (decimal): -16207057 or 3126024. OLE color: 3126024.
HSL color Cylindrical-coordinate representation of color #08B32F: hue angle of 133.68º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B32F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 179 | 47 | - |
| CMYK | 0.96 | 0 | 0.74 | 0.30 |
| HSL | 133.68º | 0.91% | 0.37% | - |
| HSV(B) | 133.68º | 0.96% | 0.7% | - |
| XYZ | 16.73 | 32.5 | 8.08 | - |
| YUV | 112.82 | 90.85 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 179 | 47 | 0.96 | 0 | 0.74 | 0.30 | 133.68 | 0.91 | 0.37 |
| Hex | 8 | B3 | 2F | 60 | 0 | 4A | 1E | 86 | 5B | 25 |
| Octal | 10 | 263 | 57 | 140 | 0 | 112 | 36 | 206 | 133 | 45 |
| Binary | 1000 | 10110011 | 101111 | 1100000 | 0 | 1001010 | 11110 | 10000110 | 1011011 | 100101 |
Color Harmonies of #08B32F
Complementary color
Monochromatic Colors of #08B32F
Black with #08B32F
Text Example
Text Example
White with #08B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B32F; }
p { color: rgb(8,179,47); }
H1.HeaderClassName
{
color: #08B32F;
}
.AnyTagClassName
{
color: #08B32F;
}
</style>
background-color css
<style>
a { background-color: #08B32F; }
a { background-color: rgb(8,179,47); }
div.DivClassName
{
background-color: #08B32F;
}
.BgClassName
{
background-color: #08B32F;
}
</style>
border-color css
<style>
span { border-color: #08B32F; }
span { border-color: rgb(8,179,47); }
td.TdClassName
{
border-color: #08B32F;
}
.TagClassName
{
border-color: #08B32F;
}
</style>