Shades of Mountain Meadow #1CB36B
Tints of Mountain Meadow #1CB36B
RGB
CMYK
RGB Variations
Color information
#1CB36B (or 0x1CB36B) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 6B. RGB value is (28,179,107). Sum of RGB (Red+Green+Blue) = 28+179+107=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB36B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB36B is #E34C94. Grayscale: #7D7D7D. Windows color (decimal): -14896277 or 7058204. OLE color: 7058204.
HSL color Cylindrical-coordinate representation of color #1CB36B: hue angle of 151.39º 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 #1CB36B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 107 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.30 |
| HSL | 151.39º | 0.73% | 0.41% | - |
| HSV(B) | 151.39º | 0.84% | 0.7% | - |
| XYZ | 19.25 | 33.55 | 19.37 | - |
| YUV | 125.64 | 117.47 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 107 | 0.84 | 0 | 0.40 | 0.30 | 151.39 | 0.73 | 0.41 |
| Hex | 1C | B3 | 6B | 54 | 0 | 28 | 1E | 97 | 49 | 29 |
| Octal | 34 | 263 | 153 | 124 | 0 | 50 | 36 | 227 | 111 | 51 |
| Binary | 11100 | 10110011 | 1101011 | 1010100 | 0 | 101000 | 11110 | 10010111 | 1001001 | 101001 |
Color Harmonies of #1CB36B
Complementary color
Monochromatic Colors of #1CB36B
Black with #1CB36B
Text Example
Text Example
White with #1CB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB36B; }
p { color: rgb(28,179,107); }
H1.HeaderClassName
{
color: #1CB36B;
}
.AnyTagClassName
{
color: #1CB36B;
}
</style>
background-color css
<style>
a { background-color: #1CB36B; }
a { background-color: rgb(28,179,107); }
div.DivClassName
{
background-color: #1CB36B;
}
.BgClassName
{
background-color: #1CB36B;
}
</style>
border-color css
<style>
span { border-color: #1CB36B; }
span { border-color: rgb(28,179,107); }
td.TdClassName
{
border-color: #1CB36B;
}
.TagClassName
{
border-color: #1CB36B;
}
</style>