Shades of Mountain Meadow #1CB36F
Tints of Mountain Meadow #1CB36F
RGB
CMYK
RGB Variations
Color information
#1CB36F (or 0x1CB36F) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 6F. RGB value is (28,179,111). Sum of RGB (Red+Green+Blue) = 28+179+111=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB36F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB36F is #E34C90. Grayscale: #7E7E7E. Windows color (decimal): -14896273 or 7320348. OLE color: 7320348.
HSL color Cylindrical-coordinate representation of color #1CB36F: hue angle of 152.98º 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 #1CB36F is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 179 | 111 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.30 |
| HSL | 152.98º | 0.73% | 0.41% | - |
| HSV(B) | 152.98º | 0.84% | 0.7% | - |
| XYZ | 19.47 | 33.63 | 20.51 | - |
| YUV | 126.1 | 119.47 | 58.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 111 | 0.84 | 0 | 0.38 | 0.30 | 152.98 | 0.73 | 0.41 |
| Hex | 1C | B3 | 6F | 54 | 0 | 26 | 1E | 99 | 49 | 29 |
| Octal | 34 | 263 | 157 | 124 | 0 | 46 | 36 | 231 | 111 | 51 |
| Binary | 11100 | 10110011 | 1101111 | 1010100 | 0 | 100110 | 11110 | 10011001 | 1001001 | 101001 |
Color Harmonies of #1CB36F
Complementary color
Monochromatic Colors of #1CB36F
Black with #1CB36F
Text Example
Text Example
White with #1CB36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB36F; }
p { color: rgb(28,179,111); }
H1.HeaderClassName
{
color: #1CB36F;
}
.AnyTagClassName
{
color: #1CB36F;
}
</style>
background-color css
<style>
a { background-color: #1CB36F; }
a { background-color: rgb(28,179,111); }
div.DivClassName
{
background-color: #1CB36F;
}
.BgClassName
{
background-color: #1CB36F;
}
</style>
border-color css
<style>
span { border-color: #1CB36F; }
span { border-color: rgb(28,179,111); }
td.TdClassName
{
border-color: #1CB36F;
}
.TagClassName
{
border-color: #1CB36F;
}
</style>