Shades of Fun Green #1A693D
Tints of Fun Green #1A693D
RGB
CMYK
RGB Variations
Color information
#1A693D (or 0x1A693D) is known color: Fun Green. HEX triplet: 1A, 69 and 3D. RGB value is (26,105,61). Sum of RGB (Red+Green+Blue) = 26+105+61=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #1A693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A693D is #E596C2. Grayscale: #4C4C4C. Windows color (decimal): -15046339 or 4024602. OLE color: 4024602.
HSL color Cylindrical-coordinate representation of color #1A693D: hue angle of 146.58º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A693D is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 61 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.59 |
| HSL | 146.58º | 0.6% | 0.26% | - |
| HSV(B) | 146.58º | 0.75% | 0.41% | - |
| XYZ | 6.32 | 10.66 | 6.14 | - |
| YUV | 76.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 61 | 0.75 | 0 | 0.42 | 0.59 | 146.58 | 0.6 | 0.26 |
| Hex | 1A | 69 | 3D | 4B | 0 | 2A | 3B | 93 | 3C | 1A |
| Octal | 32 | 151 | 75 | 113 | 0 | 52 | 73 | 223 | 74 | 32 |
| Binary | 11010 | 1101001 | 111101 | 1001011 | 0 | 101010 | 111011 | 10010011 | 111100 | 11010 |
Color Harmonies of #1A693D
Complementary color
Monochromatic Colors of #1A693D
Black with #1A693D
Text Example
Text Example
White with #1A693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A693D; }
p { color: rgb(26,105,61); }
H1.HeaderClassName
{
color: #1A693D;
}
.AnyTagClassName
{
color: #1A693D;
}
</style>
background-color css
<style>
a { background-color: #1A693D; }
a { background-color: rgb(26,105,61); }
div.DivClassName
{
background-color: #1A693D;
}
.BgClassName
{
background-color: #1A693D;
}
</style>
border-color css
<style>
span { border-color: #1A693D; }
span { border-color: rgb(26,105,61); }
td.TdClassName
{
border-color: #1A693D;
}
.TagClassName
{
border-color: #1A693D;
}
</style>