Shades of Fun Green #0E5D35
Tints of Fun Green #0E5D35
RGB
CMYK
RGB Variations
Color information
#0E5D35 (or 0x0E5D35) is known color: Fun Green. HEX triplet: 0E, 5D and 35. RGB value is (14,93,53). Sum of RGB (Red+Green+Blue) = 14+93+53=160 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.75% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #0E5D35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5D35 is #F1A2CA. Grayscale: #404040. Windows color (decimal): -15835851 or 3497230. OLE color: 3497230.
HSL color Cylindrical-coordinate representation of color #0E5D35: hue angle of 149.62º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5D35 is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 93 | 53 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.64 |
| HSL | 149.62º | 0.74% | 0.21% | - |
| HSV(B) | 149.62º | 0.85% | 0.36% | - |
| XYZ | 4.74 | 8.18 | 4.7 | - |
| YUV | 64.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 93 | 53 | 0.85 | 0 | 0.43 | 0.64 | 149.62 | 0.74 | 0.21 |
| Hex | E | 5D | 35 | 55 | 0 | 2B | 40 | 96 | 4A | 15 |
| Octal | 16 | 135 | 65 | 125 | 0 | 53 | 100 | 226 | 112 | 25 |
| Binary | 1110 | 1011101 | 110101 | 1010101 | 0 | 101011 | 1000000 | 10010110 | 1001010 | 10101 |
Color Harmonies of #0E5D35
Complementary color
Monochromatic Colors of #0E5D35
Black with #0E5D35
Text Example
Text Example
White with #0E5D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5D35; }
p { color: rgb(14,93,53); }
H1.HeaderClassName
{
color: #0E5D35;
}
.AnyTagClassName
{
color: #0E5D35;
}
</style>
background-color css
<style>
a { background-color: #0E5D35; }
a { background-color: rgb(14,93,53); }
div.DivClassName
{
background-color: #0E5D35;
}
.BgClassName
{
background-color: #0E5D35;
}
</style>
border-color css
<style>
span { border-color: #0E5D35; }
span { border-color: rgb(14,93,53); }
td.TdClassName
{
border-color: #0E5D35;
}
.TagClassName
{
border-color: #0E5D35;
}
</style>