Shades of Fun Green #145F39
Tints of Fun Green #145F39
RGB
CMYK
RGB Variations
Color information
#145F39 (or 0x145F39) is known color: Fun Green. HEX triplet: 14, 5F and 39. RGB value is (20,95,57). Sum of RGB (Red+Green+Blue) = 20+95+57=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #145F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145F39 is #EBA0C6. Grayscale: #444444. Windows color (decimal): -15442119 or 3759892. OLE color: 3759892.
HSL color Cylindrical-coordinate representation of color #145F39: hue angle of 149.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145F39 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 20 | 95 | 57 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.63 |
| HSL | 149.6º | 0.65% | 0.23% | - |
| HSV(B) | 149.6º | 0.79% | 0.37% | - |
| XYZ | 5.12 | 8.63 | 5.27 | - |
| YUV | 68.24 | 121.65 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 57 | 0.79 | 0 | 0.40 | 0.63 | 149.6 | 0.65 | 0.23 |
| Hex | 14 | 5F | 39 | 4F | 0 | 28 | 3F | 96 | 41 | 17 |
| Octal | 24 | 137 | 71 | 117 | 0 | 50 | 77 | 226 | 101 | 27 |
| Binary | 10100 | 1011111 | 111001 | 1001111 | 0 | 101000 | 111111 | 10010110 | 1000001 | 10111 |
Color Harmonies of #145F39
Complementary color
Monochromatic Colors of #145F39
Black with #145F39
Text Example
Text Example
White with #145F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145F39; }
p { color: rgb(20,95,57); }
H1.HeaderClassName
{
color: #145F39;
}
.AnyTagClassName
{
color: #145F39;
}
</style>
background-color css
<style>
a { background-color: #145F39; }
a { background-color: rgb(20,95,57); }
div.DivClassName
{
background-color: #145F39;
}
.BgClassName
{
background-color: #145F39;
}
</style>
border-color css
<style>
span { border-color: #145F39; }
span { border-color: rgb(20,95,57); }
td.TdClassName
{
border-color: #145F39;
}
.TagClassName
{
border-color: #145F39;
}
</style>