Shades of Fun Green #1D653F
Tints of Fun Green #1D653F
RGB
CMYK
RGB Variations
Color information
#1D653F (or 0x1D653F) is known color: Fun Green. HEX triplet: 1D, 65 and 3F. RGB value is (29,101,63). Sum of RGB (Red+Green+Blue) = 29+101+63=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 101 (39.84% from 255 or 52.33% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 101 - color contains mainly: green. Hex color #1D653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D653F is #E29AC0. Grayscale: #4B4B4B. Windows color (decimal): -14850753 or 4154653. OLE color: 4154653.
HSL color Cylindrical-coordinate representation of color #1D653F: hue angle of 148.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D653F is Cyan = 0.71, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 29 | 101 | 63 | - |
| CMYK | 0.71 | 0 | 0.38 | 0.60 |
| HSL | 148.33º | 0.55% | 0.25% | - |
| HSV(B) | 148.33º | 0.71% | 0.4% | - |
| XYZ | 6.06 | 9.93 | 6.3 | - |
| YUV | 75.14 | 121.15 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 63 | 0.71 | 0 | 0.38 | 0.60 | 148.33 | 0.55 | 0.25 |
| Hex | 1D | 65 | 3F | 47 | 0 | 26 | 3C | 94 | 37 | 19 |
| Octal | 35 | 145 | 77 | 107 | 0 | 46 | 74 | 224 | 67 | 31 |
| Binary | 11101 | 1100101 | 111111 | 1000111 | 0 | 100110 | 111100 | 10010100 | 110111 | 11001 |
Color Harmonies of #1D653F
Complementary color
Monochromatic Colors of #1D653F
Black with #1D653F
Text Example
Text Example
White with #1D653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D653F; }
p { color: rgb(29,101,63); }
H1.HeaderClassName
{
color: #1D653F;
}
.AnyTagClassName
{
color: #1D653F;
}
</style>
background-color css
<style>
a { background-color: #1D653F; }
a { background-color: rgb(29,101,63); }
div.DivClassName
{
background-color: #1D653F;
}
.BgClassName
{
background-color: #1D653F;
}
</style>
border-color css
<style>
span { border-color: #1D653F; }
span { border-color: rgb(29,101,63); }
td.TdClassName
{
border-color: #1D653F;
}
.TagClassName
{
border-color: #1D653F;
}
</style>