Shades of Fun Green #145C38
Tints of Fun Green #145C38
RGB
CMYK
RGB Variations
Color information
#145C38 (or 0x145C38) is known color: Fun Green. HEX triplet: 14, 5C and 38. RGB value is (20,92,56). Sum of RGB (Red+Green+Blue) = 20+92+56=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #145C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C38 is #EBA3C7. Grayscale: #424242. Windows color (decimal): -15442888 or 3693588. OLE color: 3693588.
HSL color Cylindrical-coordinate representation of color #145C38: hue angle of 150º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C38 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 56 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.64 |
| HSL | 150º | 0.64% | 0.22% | - |
| HSV(B) | 150º | 0.78% | 0.36% | - |
| XYZ | 4.83 | 8.09 | 5.05 | - |
| YUV | 66.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 56 | 0.78 | 0 | 0.39 | 0.64 | 150 | 0.64 | 0.22 |
| Hex | 14 | 5C | 38 | 4E | 0 | 27 | 40 | 96 | 40 | 16 |
| Octal | 24 | 134 | 70 | 116 | 0 | 47 | 100 | 226 | 100 | 26 |
| Binary | 10100 | 1011100 | 111000 | 1001110 | 0 | 100111 | 1000000 | 10010110 | 1000000 | 10110 |
Color Harmonies of #145C38
Complementary color
Monochromatic Colors of #145C38
Black with #145C38
Text Example
Text Example
White with #145C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C38; }
p { color: rgb(20,92,56); }
H1.HeaderClassName
{
color: #145C38;
}
.AnyTagClassName
{
color: #145C38;
}
</style>
background-color css
<style>
a { background-color: #145C38; }
a { background-color: rgb(20,92,56); }
div.DivClassName
{
background-color: #145C38;
}
.BgClassName
{
background-color: #145C38;
}
</style>
border-color css
<style>
span { border-color: #145C38; }
span { border-color: rgb(20,92,56); }
td.TdClassName
{
border-color: #145C38;
}
.TagClassName
{
border-color: #145C38;
}
</style>