Shades of Green #08830F
Tints of Green #08830F
RGB
CMYK
RGB Variations
Color information
#08830F (or 0x08830F) is known color: Green. HEX triplet: 08, 83 and 0F. RGB value is (8,131,15). Sum of RGB (Red+Green+Blue) = 8+131+15=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 131 (51.56% from 255 or 85.06% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 131 - color contains mainly: green. Hex color #08830F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08830F is #F77CF0. Grayscale: #515151. Windows color (decimal): -16219377 or 1016584. OLE color: 1016584.
HSL color Cylindrical-coordinate representation of color #08830F: hue angle of 123.41º 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 #08830F is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 131 | 15 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.49 |
| HSL | 123.41º | 0.88% | 0.27% | - |
| HSV(B) | 123.41º | 0.94% | 0.51% | - |
| XYZ | 8.3 | 16.32 | 3.16 | - |
| YUV | 81 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 15 | 0.94 | 0 | 0.89 | 0.49 | 123.41 | 0.88 | 0.27 |
| Hex | 8 | 83 | F | 5E | 0 | 59 | 31 | 7B | 58 | 1B |
| Octal | 10 | 203 | 17 | 136 | 0 | 131 | 61 | 173 | 130 | 33 |
| Binary | 1000 | 10000011 | 1111 | 1011110 | 0 | 1011001 | 110001 | 1111011 | 1011000 | 11011 |
Color Harmonies of #08830F
Complementary color
Monochromatic Colors of #08830F
Black with #08830F
Text Example
Text Example
White with #08830F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08830F; }
p { color: rgb(8,131,15); }
H1.HeaderClassName
{
color: #08830F;
}
.AnyTagClassName
{
color: #08830F;
}
</style>
background-color css
<style>
a { background-color: #08830F; }
a { background-color: rgb(8,131,15); }
div.DivClassName
{
background-color: #08830F;
}
.BgClassName
{
background-color: #08830F;
}
</style>
border-color css
<style>
span { border-color: #08830F; }
span { border-color: rgb(8,131,15); }
td.TdClassName
{
border-color: #08830F;
}
.TagClassName
{
border-color: #08830F;
}
</style>