Shades of Fun Green #18603D
Tints of Fun Green #18603D
RGB
CMYK
RGB Variations
Color information
#18603D (or 0x18603D) is known color: Fun Green. HEX triplet: 18, 60 and 3D. RGB value is (24,96,61). Sum of RGB (Red+Green+Blue) = 24+96+61=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 61 (24.22% from 255 or 33.70% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #18603D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18603D is #E79FC2. Grayscale: #464646. Windows color (decimal): -15179715 or 4022296. OLE color: 4022296.
HSL color Cylindrical-coordinate representation of color #18603D: hue angle of 150.83º 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 #18603D is Cyan = 0.75, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 24 | 96 | 61 | - |
| CMYK | 0.75 | 0 | 0.36 | 0.62 |
| HSL | 150.83º | 0.6% | 0.24% | - |
| HSV(B) | 150.83º | 0.75% | 0.38% | - |
| XYZ | 5.4 | 8.9 | 5.85 | - |
| YUV | 70.48 | 122.65 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 96 | 61 | 0.75 | 0 | 0.36 | 0.62 | 150.83 | 0.6 | 0.24 |
| Hex | 18 | 60 | 3D | 4B | 0 | 24 | 3E | 97 | 3C | 18 |
| Octal | 30 | 140 | 75 | 113 | 0 | 44 | 76 | 227 | 74 | 30 |
| Binary | 11000 | 1100000 | 111101 | 1001011 | 0 | 100100 | 111110 | 10010111 | 111100 | 11000 |
Color Harmonies of #18603D
Complementary color
Monochromatic Colors of #18603D
Black with #18603D
Text Example
Text Example
White with #18603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18603D; }
p { color: rgb(24,96,61); }
H1.HeaderClassName
{
color: #18603D;
}
.AnyTagClassName
{
color: #18603D;
}
</style>
background-color css
<style>
a { background-color: #18603D; }
a { background-color: rgb(24,96,61); }
div.DivClassName
{
background-color: #18603D;
}
.BgClassName
{
background-color: #18603D;
}
</style>
border-color css
<style>
span { border-color: #18603D; }
span { border-color: rgb(24,96,61); }
td.TdClassName
{
border-color: #18603D;
}
.TagClassName
{
border-color: #18603D;
}
</style>