Shades of Gordons Green #22442A
Tints of Gordons Green #22442A
RGB
CMYK
RGB Variations
Color information
#22442A (or 0x22442A) is known color: Gordons Green. HEX triplet: 22, 44 and 2A. RGB value is (34,68,42). Sum of RGB (Red+Green+Blue) = 34+68+42=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #22442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22442A is #DDBBD5. Grayscale: #363636. Windows color (decimal): -14531542 or 2769954. OLE color: 2769954.
HSL color Cylindrical-coordinate representation of color #22442A: hue angle of 134.12º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #22442A is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 68 | 42 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.73 |
| HSL | 134.12º | 0.33% | 0.2% | - |
| HSV(B) | 134.12º | 0.5% | 0.27% | - |
| XYZ | 3.14 | 4.64 | 2.92 | - |
| YUV | 54.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 68 | 42 | 0.50 | 0 | 0.38 | 0.73 | 134.12 | 0.33 | 0.2 |
| Hex | 22 | 44 | 2A | 32 | 0 | 26 | 49 | 86 | 21 | 14 |
| Octal | 42 | 104 | 52 | 62 | 0 | 46 | 111 | 206 | 41 | 24 |
| Binary | 100010 | 1000100 | 101010 | 110010 | 0 | 100110 | 1001001 | 10000110 | 100001 | 10100 |
Color Harmonies of #22442A
Complementary color
Monochromatic Colors of #22442A
Black with #22442A
Text Example
Text Example
White with #22442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22442A; }
p { color: rgb(34,68,42); }
H1.HeaderClassName
{
color: #22442A;
}
.AnyTagClassName
{
color: #22442A;
}
</style>
background-color css
<style>
a { background-color: #22442A; }
a { background-color: rgb(34,68,42); }
div.DivClassName
{
background-color: #22442A;
}
.BgClassName
{
background-color: #22442A;
}
</style>
border-color css
<style>
span { border-color: #22442A; }
span { border-color: rgb(34,68,42); }
td.TdClassName
{
border-color: #22442A;
}
.TagClassName
{
border-color: #22442A;
}
</style>