Shades of Gordons Green #224629
Tints of Gordons Green #224629
RGB
CMYK
RGB Variations
Color information
#224629 (or 0x224629) is known color: Gordons Green. HEX triplet: 22, 46 and 29. RGB value is (34,70,41). Sum of RGB (Red+Green+Blue) = 34+70+41=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #224629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224629 is #DDB9D6. Grayscale: #383838. Windows color (decimal): -14531031 or 2704930. OLE color: 2704930.
HSL color Cylindrical-coordinate representation of color #224629: hue angle of 131.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #224629 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 70 | 41 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.73 |
| HSL | 131.67º | 0.35% | 0.2% | - |
| HSV(B) | 131.67º | 0.51% | 0.27% | - |
| XYZ | 3.25 | 4.88 | 2.87 | - |
| YUV | 55.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 70 | 41 | 0.51 | 0 | 0.41 | 0.73 | 131.67 | 0.35 | 0.2 |
| Hex | 22 | 46 | 29 | 33 | 0 | 29 | 49 | 84 | 23 | 14 |
| Octal | 42 | 106 | 51 | 63 | 0 | 51 | 111 | 204 | 43 | 24 |
| Binary | 100010 | 1000110 | 101001 | 110011 | 0 | 101001 | 1001001 | 10000100 | 100011 | 10100 |
Color Harmonies of #224629
Complementary color
Monochromatic Colors of #224629
Black with #224629
Text Example
Text Example
White with #224629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224629; }
p { color: rgb(34,70,41); }
H1.HeaderClassName
{
color: #224629;
}
.AnyTagClassName
{
color: #224629;
}
</style>
background-color css
<style>
a { background-color: #224629; }
a { background-color: rgb(34,70,41); }
div.DivClassName
{
background-color: #224629;
}
.BgClassName
{
background-color: #224629;
}
</style>
border-color css
<style>
span { border-color: #224629; }
span { border-color: rgb(34,70,41); }
td.TdClassName
{
border-color: #224629;
}
.TagClassName
{
border-color: #224629;
}
</style>