Shades of Fun Green #1A663A
Tints of Fun Green #1A663A
RGB
CMYK
RGB Variations
Color information
#1A663A (or 0x1A663A) is known color: Fun Green. HEX triplet: 1A, 66 and 3A. RGB value is (26,102,58). Sum of RGB (Red+Green+Blue) = 26+102+58=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #1A663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A663A is #E599C5. Grayscale: #4A4A4A. Windows color (decimal): -15047110 or 3827226. OLE color: 3827226.
HSL color Cylindrical-coordinate representation of color #1A663A: hue angle of 145.26º 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 #1A663A is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 26 | 102 | 58 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.6 |
| HSL | 145.26º | 0.59% | 0.25% | - |
| HSV(B) | 145.26º | 0.75% | 0.4% | - |
| XYZ | 5.94 | 10.03 | 5.63 | - |
| YUV | 74.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 102 | 58 | 0.75 | 0 | 0.43 | 0.6 | 145.26 | 0.59 | 0.25 |
| Hex | 1A | 66 | 3A | 4B | 0 | 2B | 3C | 91 | 3B | 19 |
| Octal | 32 | 146 | 72 | 113 | 0 | 53 | 74 | 221 | 73 | 31 |
| Binary | 11010 | 1100110 | 111010 | 1001011 | 0 | 101011 | 111100 | 10010001 | 111011 | 11001 |
Color Harmonies of #1A663A
Complementary color
Monochromatic Colors of #1A663A
Black with #1A663A
Text Example
Text Example
White with #1A663A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A663A; }
p { color: rgb(26,102,58); }
H1.HeaderClassName
{
color: #1A663A;
}
.AnyTagClassName
{
color: #1A663A;
}
</style>
background-color css
<style>
a { background-color: #1A663A; }
a { background-color: rgb(26,102,58); }
div.DivClassName
{
background-color: #1A663A;
}
.BgClassName
{
background-color: #1A663A;
}
</style>
border-color css
<style>
span { border-color: #1A663A; }
span { border-color: rgb(26,102,58); }
td.TdClassName
{
border-color: #1A663A;
}
.TagClassName
{
border-color: #1A663A;
}
</style>