Shades of Green #188306
Tints of Green #188306
RGB
CMYK
RGB Variations
Color information
#188306 (or 0x188306) is known color: Green. HEX triplet: 18, 83 and 06. RGB value is (24,131,6). Sum of RGB (Red+Green+Blue) = 24+131+6=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 131 (51.56% from 255 or 81.37% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 131 - color contains mainly: green. Hex color #188306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188306 is #E77CF9. Grayscale: #555555. Windows color (decimal): -15170810 or 426776. OLE color: 426776.
HSL color Cylindrical-coordinate representation of color #188306: hue angle of 111.36º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #188306 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 6 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.49 |
| HSL | 111.36º | 0.91% | 0.27% | - |
| HSV(B) | 111.36º | 0.95% | 0.51% | - |
| XYZ | 8.53 | 16.44 | 2.9 | - |
| YUV | 84.76 | 83.55 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 6 | 0.82 | 0 | 0.95 | 0.49 | 111.36 | 0.91 | 0.27 |
| Hex | 18 | 83 | 6 | 52 | 0 | 5F | 31 | 6F | 5B | 1B |
| Octal | 30 | 203 | 6 | 122 | 0 | 137 | 61 | 157 | 133 | 33 |
| Binary | 11000 | 10000011 | 110 | 1010010 | 0 | 1011111 | 110001 | 1101111 | 1011011 | 11011 |
Color Harmonies of #188306
Complementary color
Monochromatic Colors of #188306
Black with #188306
Text Example
Text Example
White with #188306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188306; }
p { color: rgb(24,131,6); }
H1.HeaderClassName
{
color: #188306;
}
.AnyTagClassName
{
color: #188306;
}
</style>
background-color css
<style>
a { background-color: #188306; }
a { background-color: rgb(24,131,6); }
div.DivClassName
{
background-color: #188306;
}
.BgClassName
{
background-color: #188306;
}
</style>
border-color css
<style>
span { border-color: #188306; }
span { border-color: rgb(24,131,6); }
td.TdClassName
{
border-color: #188306;
}
.TagClassName
{
border-color: #188306;
}
</style>