Shades of Fun Green #145C3E
Tints of Fun Green #145C3E
RGB
CMYK
RGB Variations
Color information
#145C3E (or 0x145C3E) is known color: Fun Green. HEX triplet: 14, 5C and 3E. RGB value is (20,92,62). Sum of RGB (Red+Green+Blue) = 20+92+62=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #145C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C3E is #EBA3C1. Grayscale: #434343. Windows color (decimal): -15442882 or 4086804. OLE color: 4086804.
HSL color Cylindrical-coordinate representation of color #145C3E: hue angle of 155º 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 #145C3E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 92 | 62 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.64 |
| HSL | 155º | 0.64% | 0.22% | - |
| HSV(B) | 155º | 0.78% | 0.36% | - |
| XYZ | 4.99 | 8.15 | 5.87 | - |
| YUV | 67.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 62 | 0.78 | 0 | 0.33 | 0.64 | 155 | 0.64 | 0.22 |
| Hex | 14 | 5C | 3E | 4E | 0 | 21 | 40 | 9B | 40 | 16 |
| Octal | 24 | 134 | 76 | 116 | 0 | 41 | 100 | 233 | 100 | 26 |
| Binary | 10100 | 1011100 | 111110 | 1001110 | 0 | 100001 | 1000000 | 10011011 | 1000000 | 10110 |
Color Harmonies of #145C3E
Complementary color
Monochromatic Colors of #145C3E
Black with #145C3E
Text Example
Text Example
White with #145C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C3E; }
p { color: rgb(20,92,62); }
H1.HeaderClassName
{
color: #145C3E;
}
.AnyTagClassName
{
color: #145C3E;
}
</style>
background-color css
<style>
a { background-color: #145C3E; }
a { background-color: rgb(20,92,62); }
div.DivClassName
{
background-color: #145C3E;
}
.BgClassName
{
background-color: #145C3E;
}
</style>
border-color css
<style>
span { border-color: #145C3E; }
span { border-color: rgb(20,92,62); }
td.TdClassName
{
border-color: #145C3E;
}
.TagClassName
{
border-color: #145C3E;
}
</style>