Shades of Fun Green #1A663D
Tints of Fun Green #1A663D
RGB
CMYK
RGB Variations
Color information
#1A663D (or 0x1A663D) is known color: Fun Green. HEX triplet: 1A, 66 and 3D. RGB value is (26,102,61). Sum of RGB (Red+Green+Blue) = 26+102+61=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #1A663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A663D is #E599C2. Grayscale: #4A4A4A. Windows color (decimal): -15047107 or 4023834. OLE color: 4023834.
HSL color Cylindrical-coordinate representation of color #1A663D: hue angle of 147.63º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A663D is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 61 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.6 |
| HSL | 147.63º | 0.59% | 0.25% | - |
| HSV(B) | 147.63º | 0.75% | 0.4% | - |
| XYZ | 6.02 | 10.06 | 6.04 | - |
| YUV | 74.6 | 120.32 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 61 | 0.75 | 0 | 0.40 | 0.6 | 147.63 | 0.59 | 0.25 |
| Hex | 1A | 66 | 3D | 4B | 0 | 28 | 3C | 94 | 3B | 19 |
| Octal | 32 | 146 | 75 | 113 | 0 | 50 | 74 | 224 | 73 | 31 |
| Binary | 11010 | 1100110 | 111101 | 1001011 | 0 | 101000 | 111100 | 10010100 | 111011 | 11001 |
Color Harmonies of #1A663D
Complementary color
Monochromatic Colors of #1A663D
Black with #1A663D
Text Example
Text Example
White with #1A663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A663D; }
p { color: rgb(26,102,61); }
H1.HeaderClassName
{
color: #1A663D;
}
.AnyTagClassName
{
color: #1A663D;
}
</style>
background-color css
<style>
a { background-color: #1A663D; }
a { background-color: rgb(26,102,61); }
div.DivClassName
{
background-color: #1A663D;
}
.BgClassName
{
background-color: #1A663D;
}
</style>
border-color css
<style>
span { border-color: #1A663D; }
span { border-color: rgb(26,102,61); }
td.TdClassName
{
border-color: #1A663D;
}
.TagClassName
{
border-color: #1A663D;
}
</style>