Shades of Green #008322
Tints of Green #008322
RGB
CMYK
RGB Variations
Color information
#008322 (or 0x008322) is known color: Green. HEX triplet: 00, 83 and 22. RGB value is (0,131,34). Sum of RGB (Red+Green+Blue) = 0+131+34=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 131 (51.56% from 255 or 79.39% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 131 - color contains mainly: green. Hex color #008322 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008322 is #FF7CDD. Grayscale: #515151. Windows color (decimal): -16743646 or 2261760. OLE color: 2261760.
HSL color Cylindrical-coordinate representation of color #008322: hue angle of 135.57º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008322 is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 131 | 34 | - |
| CMYK | 1 | 0 | 0.74 | 0.49 |
| HSL | 135.57º | 1% | 0.26% | - |
| HSV(B) | 135.57º | 1% | 0.51% | - |
| XYZ | 8.41 | 16.35 | 4.23 | - |
| YUV | 80.77 | 101.6 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 131 | 34 | 1 | 0 | 0.74 | 0.49 | 135.57 | 1 | 0.26 |
| Hex | 0 | 83 | 22 | 64 | 0 | 4A | 31 | 88 | 64 | 1A |
| Octal | 0 | 203 | 42 | 144 | 0 | 112 | 61 | 210 | 144 | 32 |
| Binary | 0 | 10000011 | 100010 | 1100100 | 0 | 1001010 | 110001 | 10001000 | 1100100 | 11010 |
Color Harmonies of #008322
Complementary color
Monochromatic Colors of #008322
Black with #008322
Text Example
Text Example
White with #008322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008322; }
p { color: rgb(0,131,34); }
H1.HeaderClassName
{
color: #008322;
}
.AnyTagClassName
{
color: #008322;
}
</style>
background-color css
<style>
a { background-color: #008322; }
a { background-color: rgb(0,131,34); }
div.DivClassName
{
background-color: #008322;
}
.BgClassName
{
background-color: #008322;
}
</style>
border-color css
<style>
span { border-color: #008322; }
span { border-color: rgb(0,131,34); }
td.TdClassName
{
border-color: #008322;
}
.TagClassName
{
border-color: #008322;
}
</style>