Shades of Jade #1CB367
Tints of Jade #1CB367
RGB
CMYK
RGB Variations
Color information
#1CB367 (or 0x1CB367) is known color: Jade. HEX triplet: 1C, B3 and 67. RGB value is (28,179,103). Sum of RGB (Red+Green+Blue) = 28+179+103=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB367 is #E34C98. Grayscale: #7D7D7D. Windows color (decimal): -14896281 or 6796060. OLE color: 6796060.
HSL color Cylindrical-coordinate representation of color #1CB367: hue angle of 149.8º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB367 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 103 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.30 |
| HSL | 149.8º | 0.73% | 0.41% | - |
| HSV(B) | 149.8º | 0.84% | 0.7% | - |
| XYZ | 19.05 | 33.47 | 18.29 | - |
| YUV | 125.19 | 115.47 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 103 | 0.84 | 0 | 0.42 | 0.30 | 149.8 | 0.73 | 0.41 |
| Hex | 1C | B3 | 67 | 54 | 0 | 2A | 1E | 96 | 49 | 29 |
| Octal | 34 | 263 | 147 | 124 | 0 | 52 | 36 | 226 | 111 | 51 |
| Binary | 11100 | 10110011 | 1100111 | 1010100 | 0 | 101010 | 11110 | 10010110 | 1001001 | 101001 |
Color Harmonies of #1CB367
Complementary color
Monochromatic Colors of #1CB367
Black with #1CB367
Text Example
Text Example
White with #1CB367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB367; }
p { color: rgb(28,179,103); }
H1.HeaderClassName
{
color: #1CB367;
}
.AnyTagClassName
{
color: #1CB367;
}
</style>
background-color css
<style>
a { background-color: #1CB367; }
a { background-color: rgb(28,179,103); }
div.DivClassName
{
background-color: #1CB367;
}
.BgClassName
{
background-color: #1CB367;
}
</style>
border-color css
<style>
span { border-color: #1CB367; }
span { border-color: rgb(28,179,103); }
td.TdClassName
{
border-color: #1CB367;
}
.TagClassName
{
border-color: #1CB367;
}
</style>