Shades of Fun Green #1C6A40
Tints of Fun Green #1C6A40
RGB
CMYK
RGB Variations
Color information
#1C6A40 (or 0x1C6A40) is known color: Fun Green. HEX triplet: 1C, 6A and 40. RGB value is (28,106,64). Sum of RGB (Red+Green+Blue) = 28+106+64=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #1C6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6A40 is #E395BF. Grayscale: #4D4D4D. Windows color (decimal): -14915008 or 4221468. OLE color: 4221468.
HSL color Cylindrical-coordinate representation of color #1C6A40: hue angle of 147.69º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C6A40 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 28 | 106 | 64 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.58 |
| HSL | 147.69º | 0.58% | 0.26% | - |
| HSV(B) | 147.69º | 0.74% | 0.42% | - |
| XYZ | 6.56 | 10.93 | 6.61 | - |
| YUV | 77.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 106 | 64 | 0.74 | 0 | 0.40 | 0.58 | 147.69 | 0.58 | 0.26 |
| Hex | 1C | 6A | 40 | 4A | 0 | 28 | 3A | 94 | 3A | 1A |
| Octal | 34 | 152 | 100 | 112 | 0 | 50 | 72 | 224 | 72 | 32 |
| Binary | 11100 | 1101010 | 1000000 | 1001010 | 0 | 101000 | 111010 | 10010100 | 111010 | 11010 |
Color Harmonies of #1C6A40
Complementary color
Monochromatic Colors of #1C6A40
Black with #1C6A40
Text Example
Text Example
White with #1C6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6A40; }
p { color: rgb(28,106,64); }
H1.HeaderClassName
{
color: #1C6A40;
}
.AnyTagClassName
{
color: #1C6A40;
}
</style>
background-color css
<style>
a { background-color: #1C6A40; }
a { background-color: rgb(28,106,64); }
div.DivClassName
{
background-color: #1C6A40;
}
.BgClassName
{
background-color: #1C6A40;
}
</style>
border-color css
<style>
span { border-color: #1C6A40; }
span { border-color: rgb(28,106,64); }
td.TdClassName
{
border-color: #1C6A40;
}
.TagClassName
{
border-color: #1C6A40;
}
</style>