Shades of Fun Green #145B3D
Tints of Fun Green #145B3D
RGB
CMYK
RGB Variations
Color information
#145B3D (or 0x145B3D) is known color: Fun Green. HEX triplet: 14, 5B and 3D. RGB value is (20,91,61). Sum of RGB (Red+Green+Blue) = 20+91+61=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 91 (35.94% from 255 or 52.91% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 91 - color contains mainly: green. Hex color #145B3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145B3D is #EBA4C2. Grayscale: #424242. Windows color (decimal): -15443139 or 4021012. OLE color: 4021012.
HSL color Cylindrical-coordinate representation of color #145B3D: hue angle of 154.65º 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 #145B3D is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 91 | 61 | - |
| CMYK | 0.78 | 0 | 0.33 | 0.64 |
| HSL | 154.65º | 0.64% | 0.22% | - |
| HSV(B) | 154.65º | 0.78% | 0.36% | - |
| XYZ | 4.87 | 7.97 | 5.7 | - |
| YUV | 66.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 61 | 0.78 | 0 | 0.33 | 0.64 | 154.65 | 0.64 | 0.22 |
| Hex | 14 | 5B | 3D | 4E | 0 | 21 | 40 | 9B | 40 | 16 |
| Octal | 24 | 133 | 75 | 116 | 0 | 41 | 100 | 233 | 100 | 26 |
| Binary | 10100 | 1011011 | 111101 | 1001110 | 0 | 100001 | 1000000 | 10011011 | 1000000 | 10110 |
Color Harmonies of #145B3D
Complementary color
Monochromatic Colors of #145B3D
Black with #145B3D
Text Example
Text Example
White with #145B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B3D; }
p { color: rgb(20,91,61); }
H1.HeaderClassName
{
color: #145B3D;
}
.AnyTagClassName
{
color: #145B3D;
}
</style>
background-color css
<style>
a { background-color: #145B3D; }
a { background-color: rgb(20,91,61); }
div.DivClassName
{
background-color: #145B3D;
}
.BgClassName
{
background-color: #145B3D;
}
</style>
border-color css
<style>
span { border-color: #145B3D; }
span { border-color: rgb(20,91,61); }
td.TdClassName
{
border-color: #145B3D;
}
.TagClassName
{
border-color: #145B3D;
}
</style>