Shades of Green #188508
Tints of Green #188508
RGB
CMYK
RGB Variations
Color information
#188508 (or 0x188508) is known color: Green. HEX triplet: 18, 85 and 08. RGB value is (24,133,8). Sum of RGB (Red+Green+Blue) = 24+133+8=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #188508 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188508 is #E77AF7. Grayscale: #565656. Windows color (decimal): -15170296 or 558360. OLE color: 558360.
HSL color Cylindrical-coordinate representation of color #188508: hue angle of 112.32º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #188508 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 133 | 8 | - |
| CMYK | 0.82 | 0 | 0.94 | 0.48 |
| HSL | 112.32º | 0.89% | 0.28% | - |
| HSV(B) | 112.32º | 0.94% | 0.52% | - |
| XYZ | 8.81 | 16.99 | 3.04 | - |
| YUV | 86.16 | 83.89 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 133 | 8 | 0.82 | 0 | 0.94 | 0.48 | 112.32 | 0.89 | 0.28 |
| Hex | 18 | 85 | 8 | 52 | 0 | 5E | 30 | 70 | 59 | 1C |
| Octal | 30 | 205 | 10 | 122 | 0 | 136 | 60 | 160 | 131 | 34 |
| Binary | 11000 | 10000101 | 1000 | 1010010 | 0 | 1011110 | 110000 | 1110000 | 1011001 | 11100 |
Color Harmonies of #188508
Complementary color
Monochromatic Colors of #188508
Black with #188508
Text Example
Text Example
White with #188508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188508; }
p { color: rgb(24,133,8); }
H1.HeaderClassName
{
color: #188508;
}
.AnyTagClassName
{
color: #188508;
}
</style>
background-color css
<style>
a { background-color: #188508; }
a { background-color: rgb(24,133,8); }
div.DivClassName
{
background-color: #188508;
}
.BgClassName
{
background-color: #188508;
}
</style>
border-color css
<style>
span { border-color: #188508; }
span { border-color: rgb(24,133,8); }
td.TdClassName
{
border-color: #188508;
}
.TagClassName
{
border-color: #188508;
}
</style>