Shades of Green #18670B
Tints of Green #18670B
RGB
CMYK
RGB Variations
Color information
#18670B (or 0x18670B) is known color: Green. HEX triplet: 18, 67 and 0B. RGB value is (24,103,11). Sum of RGB (Red+Green+Blue) = 24+103+11=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 103 (40.62% from 255 or 74.64% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 103 - color contains mainly: green. Hex color #18670B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18670B is #E798F4. Grayscale: #454545. Windows color (decimal): -15177973 or 747288. OLE color: 747288.
HSL color Cylindrical-coordinate representation of color #18670B: hue angle of 111.52º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18670B is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 24 | 103 | 11 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.60 |
| HSL | 111.52º | 0.81% | 0.22% | - |
| HSV(B) | 111.52º | 0.89% | 0.4% | - |
| XYZ | 5.29 | 9.92 | 1.95 | - |
| YUV | 68.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 103 | 11 | 0.77 | 0 | 0.89 | 0.60 | 111.52 | 0.81 | 0.22 |
| Hex | 18 | 67 | B | 4D | 0 | 59 | 3C | 70 | 51 | 16 |
| Octal | 30 | 147 | 13 | 115 | 0 | 131 | 74 | 160 | 121 | 26 |
| Binary | 11000 | 1100111 | 1011 | 1001101 | 0 | 1011001 | 111100 | 1110000 | 1010001 | 10110 |
Color Harmonies of #18670B
Complementary color
Monochromatic Colors of #18670B
Black with #18670B
Text Example
Text Example
White with #18670B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18670B; }
p { color: rgb(24,103,11); }
H1.HeaderClassName
{
color: #18670B;
}
.AnyTagClassName
{
color: #18670B;
}
</style>
background-color css
<style>
a { background-color: #18670B; }
a { background-color: rgb(24,103,11); }
div.DivClassName
{
background-color: #18670B;
}
.BgClassName
{
background-color: #18670B;
}
</style>
border-color css
<style>
span { border-color: #18670B; }
span { border-color: rgb(24,103,11); }
td.TdClassName
{
border-color: #18670B;
}
.TagClassName
{
border-color: #18670B;
}
</style>