Shades of Fun Green #1D5A41
Tints of Fun Green #1D5A41
RGB
CMYK
RGB Variations
Color information
#1D5A41 (or 0x1D5A41) is known color: Fun Green. HEX triplet: 1D, 5A and 41. RGB value is (29,90,65). Sum of RGB (Red+Green+Blue) = 29+90+65=184 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.76% from 184); Green value is 90 (35.55% from 255 or 48.91% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 90 - color contains mainly: green. Hex color #1D5A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D5A41 is #E2A5BE. Grayscale: #444444. Windows color (decimal): -14853567 or 4282909. OLE color: 4282909.
HSL color Cylindrical-coordinate representation of color #1D5A41: hue angle of 155.41º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D5A41 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 90 | 65 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.65 |
| HSL | 155.41º | 0.51% | 0.23% | - |
| HSV(B) | 155.41º | 0.68% | 0.35% | - |
| XYZ | 5.12 | 7.96 | 6.27 | - |
| YUV | 68.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 90 | 65 | 0.68 | 0 | 0.28 | 0.65 | 155.41 | 0.51 | 0.23 |
| Hex | 1D | 5A | 41 | 44 | 0 | 1C | 41 | 9B | 33 | 17 |
| Octal | 35 | 132 | 101 | 104 | 0 | 34 | 101 | 233 | 63 | 27 |
| Binary | 11101 | 1011010 | 1000001 | 1000100 | 0 | 11100 | 1000001 | 10011011 | 110011 | 10111 |
Color Harmonies of #1D5A41
Complementary color
Monochromatic Colors of #1D5A41
Black with #1D5A41
Text Example
Text Example
White with #1D5A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5A41; }
p { color: rgb(29,90,65); }
H1.HeaderClassName
{
color: #1D5A41;
}
.AnyTagClassName
{
color: #1D5A41;
}
</style>
background-color css
<style>
a { background-color: #1D5A41; }
a { background-color: rgb(29,90,65); }
div.DivClassName
{
background-color: #1D5A41;
}
.BgClassName
{
background-color: #1D5A41;
}
</style>
border-color css
<style>
span { border-color: #1D5A41; }
span { border-color: rgb(29,90,65); }
td.TdClassName
{
border-color: #1D5A41;
}
.TagClassName
{
border-color: #1D5A41;
}
</style>