Shades of Fun Green #1D5F3B
Tints of Fun Green #1D5F3B
RGB
CMYK
RGB Variations
Color information
#1D5F3B (or 0x1D5F3B) is known color: Fun Green. HEX triplet: 1D, 5F and 3B. RGB value is (29,95,59). Sum of RGB (Red+Green+Blue) = 29+95+59=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #1D5F3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5F3B is #E2A0C4. Grayscale: #474747. Windows color (decimal): -14852293 or 3890973. OLE color: 3890973.
HSL color Cylindrical-coordinate representation of color #1D5F3B: hue angle of 147.27º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D5F3B is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 29 | 95 | 59 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.63 |
| HSL | 147.27º | 0.53% | 0.24% | - |
| HSV(B) | 147.27º | 0.69% | 0.37% | - |
| XYZ | 5.39 | 8.76 | 5.54 | - |
| YUV | 71.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 95 | 59 | 0.69 | 0 | 0.38 | 0.63 | 147.27 | 0.53 | 0.24 |
| Hex | 1D | 5F | 3B | 45 | 0 | 26 | 3F | 93 | 35 | 18 |
| Octal | 35 | 137 | 73 | 105 | 0 | 46 | 77 | 223 | 65 | 30 |
| Binary | 11101 | 1011111 | 111011 | 1000101 | 0 | 100110 | 111111 | 10010011 | 110101 | 11000 |
Color Harmonies of #1D5F3B
Complementary color
Monochromatic Colors of #1D5F3B
Black with #1D5F3B
Text Example
Text Example
White with #1D5F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5F3B; }
p { color: rgb(29,95,59); }
H1.HeaderClassName
{
color: #1D5F3B;
}
.AnyTagClassName
{
color: #1D5F3B;
}
</style>
background-color css
<style>
a { background-color: #1D5F3B; }
a { background-color: rgb(29,95,59); }
div.DivClassName
{
background-color: #1D5F3B;
}
.BgClassName
{
background-color: #1D5F3B;
}
</style>
border-color css
<style>
span { border-color: #1D5F3B; }
span { border-color: rgb(29,95,59); }
td.TdClassName
{
border-color: #1D5F3B;
}
.TagClassName
{
border-color: #1D5F3B;
}
</style>