Shades of Green #018C1B
Tints of Green #018C1B
RGB
CMYK
RGB Variations
Color information
#018C1B (or 0x018C1B) is known color: Green. HEX triplet: 01, 8C and 1B. RGB value is (1,140,27). Sum of RGB (Red+Green+Blue) = 1+140+27=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 140 (55.08% from 255 or 83.33% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 140 - color contains mainly: green. Hex color #018C1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C1B is #FE73E4. Grayscale: #555555. Windows color (decimal): -16675813 or 1805313. OLE color: 1805313.
HSL color Cylindrical-coordinate representation of color #018C1B: hue angle of 131.22º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C1B is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 27 | - |
| CMYK | 0.99 | 0 | 0.81 | 0.45 |
| HSL | 131.22º | 0.99% | 0.28% | - |
| HSV(B) | 131.22º | 0.99% | 0.55% | - |
| XYZ | 9.59 | 18.84 | 4.17 | - |
| YUV | 85.56 | 94.95 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 27 | 0.99 | 0 | 0.81 | 0.45 | 131.22 | 0.99 | 0.28 |
| Hex | 1 | 8C | 1B | 63 | 0 | 51 | 2D | 83 | 63 | 1C |
| Octal | 1 | 214 | 33 | 143 | 0 | 121 | 55 | 203 | 143 | 34 |
| Binary | 1 | 10001100 | 11011 | 1100011 | 0 | 1010001 | 101101 | 10000011 | 1100011 | 11100 |
Color Harmonies of #018C1B
Complementary color
Monochromatic Colors of #018C1B
Black with #018C1B
Text Example
Text Example
White with #018C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C1B; }
p { color: rgb(1,140,27); }
H1.HeaderClassName
{
color: #018C1B;
}
.AnyTagClassName
{
color: #018C1B;
}
</style>
background-color css
<style>
a { background-color: #018C1B; }
a { background-color: rgb(1,140,27); }
div.DivClassName
{
background-color: #018C1B;
}
.BgClassName
{
background-color: #018C1B;
}
</style>
border-color css
<style>
span { border-color: #018C1B; }
span { border-color: rgb(1,140,27); }
td.TdClassName
{
border-color: #018C1B;
}
.TagClassName
{
border-color: #018C1B;
}
</style>