Shades of Fun Green #145938
Tints of Fun Green #145938
RGB
CMYK
RGB Variations
Color information
#145938 (or 0x145938) is known color: Fun Green. HEX triplet: 14, 59 and 38. RGB value is (20,89,56). Sum of RGB (Red+Green+Blue) = 20+89+56=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 89 (35.16% from 255 or 53.94% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 89 - color contains mainly: green. Hex color #145938 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145938 is #EBA6C7. Grayscale: #404040. Windows color (decimal): -15443656 or 3692820. OLE color: 3692820.
HSL color Cylindrical-coordinate representation of color #145938: hue angle of 151.3º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145938 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 89 | 56 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.65 |
| HSL | 151.3º | 0.63% | 0.21% | - |
| HSV(B) | 151.3º | 0.78% | 0.35% | - |
| XYZ | 4.57 | 7.58 | 4.96 | - |
| YUV | 64.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 89 | 56 | 0.78 | 0 | 0.37 | 0.65 | 151.3 | 0.63 | 0.21 |
| Hex | 14 | 59 | 38 | 4E | 0 | 25 | 41 | 97 | 3F | 15 |
| Octal | 24 | 131 | 70 | 116 | 0 | 45 | 101 | 227 | 77 | 25 |
| Binary | 10100 | 1011001 | 111000 | 1001110 | 0 | 100101 | 1000001 | 10010111 | 111111 | 10101 |
Color Harmonies of #145938
Complementary color
Monochromatic Colors of #145938
Black with #145938
Text Example
Text Example
White with #145938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145938; }
p { color: rgb(20,89,56); }
H1.HeaderClassName
{
color: #145938;
}
.AnyTagClassName
{
color: #145938;
}
</style>
background-color css
<style>
a { background-color: #145938; }
a { background-color: rgb(20,89,56); }
div.DivClassName
{
background-color: #145938;
}
.BgClassName
{
background-color: #145938;
}
</style>
border-color css
<style>
span { border-color: #145938; }
span { border-color: rgb(20,89,56); }
td.TdClassName
{
border-color: #145938;
}
.TagClassName
{
border-color: #145938;
}
</style>