Shades of Green #17800B
Tints of Green #17800B
RGB
CMYK
RGB Variations
Color information
#17800B (or 0x17800B) is known color: Green. HEX triplet: 17, 80 and 0B. RGB value is (23,128,11). Sum of RGB (Red+Green+Blue) = 23+128+11=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #17800B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #17800B is #E87FF4. Grayscale: #535353. Windows color (decimal): -15237109 or 753687. OLE color: 753687.
HSL color Cylindrical-coordinate representation of color #17800B: hue angle of 113.85º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17800B is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 128 | 11 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.50 |
| HSL | 113.85º | 0.84% | 0.27% | - |
| HSV(B) | 113.85º | 0.91% | 0.5% | - |
| XYZ | 8.13 | 15.64 | 2.91 | - |
| YUV | 83.27 | 87.21 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 128 | 11 | 0.82 | 0 | 0.91 | 0.50 | 113.85 | 0.84 | 0.27 |
| Hex | 17 | 80 | B | 52 | 0 | 5B | 32 | 72 | 54 | 1B |
| Octal | 27 | 200 | 13 | 122 | 0 | 133 | 62 | 162 | 124 | 33 |
| Binary | 10111 | 10000000 | 1011 | 1010010 | 0 | 1011011 | 110010 | 1110010 | 1010100 | 11011 |
Color Harmonies of #17800B
Complementary color
Monochromatic Colors of #17800B
Black with #17800B
Text Example
Text Example
White with #17800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17800B; }
p { color: rgb(23,128,11); }
H1.HeaderClassName
{
color: #17800B;
}
.AnyTagClassName
{
color: #17800B;
}
</style>
background-color css
<style>
a { background-color: #17800B; }
a { background-color: rgb(23,128,11); }
div.DivClassName
{
background-color: #17800B;
}
.BgClassName
{
background-color: #17800B;
}
</style>
border-color css
<style>
span { border-color: #17800B; }
span { border-color: rgb(23,128,11); }
td.TdClassName
{
border-color: #17800B;
}
.TagClassName
{
border-color: #17800B;
}
</style>