Shades of Fun Green #1C6641
Tints of Fun Green #1C6641
RGB
CMYK
RGB Variations
Color information
#1C6641 (or 0x1C6641) is known color: Fun Green. HEX triplet: 1C, 66 and 41. RGB value is (28,102,65). Sum of RGB (Red+Green+Blue) = 28+102+65=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #1C6641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6641 is #E399BE. Grayscale: #4B4B4B. Windows color (decimal): -14916031 or 4285980. OLE color: 4285980.
HSL color Cylindrical-coordinate representation of color #1C6641: hue angle of 150º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C6641 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 28 | 102 | 65 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.6 |
| HSL | 150º | 0.57% | 0.25% | - |
| HSV(B) | 150º | 0.73% | 0.4% | - |
| XYZ | 6.18 | 10.13 | 6.63 | - |
| YUV | 75.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 102 | 65 | 0.73 | 0 | 0.36 | 0.6 | 150 | 0.57 | 0.25 |
| Hex | 1C | 66 | 41 | 49 | 0 | 24 | 3C | 96 | 39 | 19 |
| Octal | 34 | 146 | 101 | 111 | 0 | 44 | 74 | 226 | 71 | 31 |
| Binary | 11100 | 1100110 | 1000001 | 1001001 | 0 | 100100 | 111100 | 10010110 | 111001 | 11001 |
Color Harmonies of #1C6641
Complementary color
Monochromatic Colors of #1C6641
Black with #1C6641
Text Example
Text Example
White with #1C6641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C6641; }
p { color: rgb(28,102,65); }
H1.HeaderClassName
{
color: #1C6641;
}
.AnyTagClassName
{
color: #1C6641;
}
</style>
background-color css
<style>
a { background-color: #1C6641; }
a { background-color: rgb(28,102,65); }
div.DivClassName
{
background-color: #1C6641;
}
.BgClassName
{
background-color: #1C6641;
}
</style>
border-color css
<style>
span { border-color: #1C6641; }
span { border-color: rgb(28,102,65); }
td.TdClassName
{
border-color: #1C6641;
}
.TagClassName
{
border-color: #1C6641;
}
</style>