Shades of Green #186305
Tints of Green #186305
RGB
CMYK
RGB Variations
Color information
#186305 (or 0x186305) is known color: Green. HEX triplet: 18, 63 and 05. RGB value is (24,99,5). Sum of RGB (Red+Green+Blue) = 24+99+5=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #186305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186305 is #E79CFA. Grayscale: #424242. Windows color (decimal): -15179003 or 353048. OLE color: 353048.
HSL color Cylindrical-coordinate representation of color #186305: hue angle of 107.87º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #186305 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 24 | 99 | 5 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.61 |
| HSL | 107.87º | 0.9% | 0.2% | - |
| HSV(B) | 107.87º | 0.95% | 0.39% | - |
| XYZ | 4.87 | 9.13 | 1.65 | - |
| YUV | 65.86 | 93.65 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 99 | 5 | 0.76 | 0 | 0.95 | 0.61 | 107.87 | 0.9 | 0.2 |
| Hex | 18 | 63 | 5 | 4C | 0 | 5F | 3D | 6C | 5A | 14 |
| Octal | 30 | 143 | 5 | 114 | 0 | 137 | 75 | 154 | 132 | 24 |
| Binary | 11000 | 1100011 | 101 | 1001100 | 0 | 1011111 | 111101 | 1101100 | 1011010 | 10100 |
Color Harmonies of #186305
Complementary color
Monochromatic Colors of #186305
Black with #186305
Text Example
Text Example
White with #186305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186305; }
p { color: rgb(24,99,5); }
H1.HeaderClassName
{
color: #186305;
}
.AnyTagClassName
{
color: #186305;
}
</style>
background-color css
<style>
a { background-color: #186305; }
a { background-color: rgb(24,99,5); }
div.DivClassName
{
background-color: #186305;
}
.BgClassName
{
background-color: #186305;
}
</style>
border-color css
<style>
span { border-color: #186305; }
span { border-color: rgb(24,99,5); }
td.TdClassName
{
border-color: #186305;
}
.TagClassName
{
border-color: #186305;
}
</style>