Shades of Green #188305
Tints of Green #188305
RGB
CMYK
RGB Variations
Color information
#188305 (or 0x188305) is known color: Green. HEX triplet: 18, 83 and 05. RGB value is (24,131,5). Sum of RGB (Red+Green+Blue) = 24+131+5=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #188305 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #188305 is #E77CFA. Grayscale: #555555. Windows color (decimal): -15170811 or 361240. OLE color: 361240.
HSL color Cylindrical-coordinate representation of color #188305: hue angle of 110.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #188305 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 131 | 5 | - |
| CMYK | 0.82 | 0 | 0.96 | 0.49 |
| HSL | 110.95º | 0.93% | 0.27% | - |
| HSV(B) | 110.95º | 0.96% | 0.51% | - |
| XYZ | 8.52 | 16.44 | 2.87 | - |
| YUV | 84.64 | 83.05 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 5 | 0.82 | 0 | 0.96 | 0.49 | 110.95 | 0.93 | 0.27 |
| Hex | 18 | 83 | 5 | 52 | 0 | 60 | 31 | 6F | 5D | 1B |
| Octal | 30 | 203 | 5 | 122 | 0 | 140 | 61 | 157 | 135 | 33 |
| Binary | 11000 | 10000011 | 101 | 1010010 | 0 | 1100000 | 110001 | 1101111 | 1011101 | 11011 |
Color Harmonies of #188305
Complementary color
Monochromatic Colors of #188305
Black with #188305
Text Example
Text Example
White with #188305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188305; }
p { color: rgb(24,131,5); }
H1.HeaderClassName
{
color: #188305;
}
.AnyTagClassName
{
color: #188305;
}
</style>
background-color css
<style>
a { background-color: #188305; }
a { background-color: rgb(24,131,5); }
div.DivClassName
{
background-color: #188305;
}
.BgClassName
{
background-color: #188305;
}
</style>
border-color css
<style>
span { border-color: #188305; }
span { border-color: rgb(24,131,5); }
td.TdClassName
{
border-color: #188305;
}
.TagClassName
{
border-color: #188305;
}
</style>