Shades of Dark Spring Green #08832E
Tints of Dark Spring Green #08832E
RGB
CMYK
RGB Variations
Color information
#08832E (or 0x08832E) is known color: Dark Spring Green. HEX triplet: 08, 83 and 2E. RGB value is (8,131,46). Sum of RGB (Red+Green+Blue) = 8+131+46=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 131 (51.56% from 255 or 70.81% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 131 - color contains mainly: green. Hex color #08832E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08832E is #F77CD1. Grayscale: #545454. Windows color (decimal): -16219346 or 3048200. OLE color: 3048200.
HSL color Cylindrical-coordinate representation of color #08832E: hue angle of 138.54º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08832E is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 46 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.49 |
| HSL | 138.54º | 0.88% | 0.27% | - |
| HSV(B) | 138.54º | 0.94% | 0.51% | - |
| XYZ | 8.71 | 16.48 | 5.31 | - |
| YUV | 84.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 46 | 0.94 | 0 | 0.65 | 0.49 | 138.54 | 0.88 | 0.27 |
| Hex | 8 | 83 | 2E | 5E | 0 | 41 | 31 | 8B | 58 | 1B |
| Octal | 10 | 203 | 56 | 136 | 0 | 101 | 61 | 213 | 130 | 33 |
| Binary | 1000 | 10000011 | 101110 | 1011110 | 0 | 1000001 | 110001 | 10001011 | 1011000 | 11011 |
Color Harmonies of #08832E
Complementary color
Monochromatic Colors of #08832E
Black with #08832E
Text Example
Text Example
White with #08832E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08832E; }
p { color: rgb(8,131,46); }
H1.HeaderClassName
{
color: #08832E;
}
.AnyTagClassName
{
color: #08832E;
}
</style>
background-color css
<style>
a { background-color: #08832E; }
a { background-color: rgb(8,131,46); }
div.DivClassName
{
background-color: #08832E;
}
.BgClassName
{
background-color: #08832E;
}
</style>
border-color css
<style>
span { border-color: #08832E; }
span { border-color: rgb(8,131,46); }
td.TdClassName
{
border-color: #08832E;
}
.TagClassName
{
border-color: #08832E;
}
</style>