Shades of Fun Green #1C613D
Tints of Fun Green #1C613D
RGB
CMYK
RGB Variations
Color information
#1C613D (or 0x1C613D) is known color: Fun Green. HEX triplet: 1C, 61 and 3D. RGB value is (28,97,61). Sum of RGB (Red+Green+Blue) = 28+97+61=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #1C613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C613D is #E39EC2. Grayscale: #484848. Windows color (decimal): -14917315 or 4022556. OLE color: 4022556.
HSL color Cylindrical-coordinate representation of color #1C613D: hue angle of 148.7º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C613D is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 28 | 97 | 61 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.62 |
| HSL | 148.7º | 0.55% | 0.25% | - |
| HSV(B) | 148.7º | 0.71% | 0.38% | - |
| XYZ | 5.6 | 9.13 | 5.88 | - |
| YUV | 72.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 97 | 61 | 0.71 | 0 | 0.37 | 0.62 | 148.7 | 0.55 | 0.25 |
| Hex | 1C | 61 | 3D | 47 | 0 | 25 | 3E | 95 | 37 | 19 |
| Octal | 34 | 141 | 75 | 107 | 0 | 45 | 76 | 225 | 67 | 31 |
| Binary | 11100 | 1100001 | 111101 | 1000111 | 0 | 100101 | 111110 | 10010101 | 110111 | 11001 |
Color Harmonies of #1C613D
Complementary color
Monochromatic Colors of #1C613D
Black with #1C613D
Text Example
Text Example
White with #1C613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C613D; }
p { color: rgb(28,97,61); }
H1.HeaderClassName
{
color: #1C613D;
}
.AnyTagClassName
{
color: #1C613D;
}
</style>
background-color css
<style>
a { background-color: #1C613D; }
a { background-color: rgb(28,97,61); }
div.DivClassName
{
background-color: #1C613D;
}
.BgClassName
{
background-color: #1C613D;
}
</style>
border-color css
<style>
span { border-color: #1C613D; }
span { border-color: rgb(28,97,61); }
td.TdClassName
{
border-color: #1C613D;
}
.TagClassName
{
border-color: #1C613D;
}
</style>