Shades of Fun Green #18603C
Tints of Fun Green #18603C
RGB
CMYK
RGB Variations
Color information
#18603C (or 0x18603C) is known color: Fun Green. HEX triplet: 18, 60 and 3C. RGB value is (24,96,60). Sum of RGB (Red+Green+Blue) = 24+96+60=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #18603C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18603C is #E79FC3. Grayscale: #464646. Windows color (decimal): -15179716 or 3956760. OLE color: 3956760.
HSL color Cylindrical-coordinate representation of color #18603C: hue angle of 150º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18603C is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 60 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.62 |
| HSL | 150º | 0.6% | 0.24% | - |
| HSV(B) | 150º | 0.75% | 0.38% | - |
| XYZ | 5.38 | 8.89 | 5.71 | - |
| YUV | 70.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 60 | 0.75 | 0 | 0.38 | 0.62 | 150 | 0.6 | 0.24 |
| Hex | 18 | 60 | 3C | 4B | 0 | 26 | 3E | 96 | 3C | 18 |
| Octal | 30 | 140 | 74 | 113 | 0 | 46 | 76 | 226 | 74 | 30 |
| Binary | 11000 | 1100000 | 111100 | 1001011 | 0 | 100110 | 111110 | 10010110 | 111100 | 11000 |
Color Harmonies of #18603C
Complementary color
Monochromatic Colors of #18603C
Black with #18603C
Text Example
Text Example
White with #18603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18603C; }
p { color: rgb(24,96,60); }
H1.HeaderClassName
{
color: #18603C;
}
.AnyTagClassName
{
color: #18603C;
}
</style>
background-color css
<style>
a { background-color: #18603C; }
a { background-color: rgb(24,96,60); }
div.DivClassName
{
background-color: #18603C;
}
.BgClassName
{
background-color: #18603C;
}
</style>
border-color css
<style>
span { border-color: #18603C; }
span { border-color: rgb(24,96,60); }
td.TdClassName
{
border-color: #18603C;
}
.TagClassName
{
border-color: #18603C;
}
</style>