Shades of Gordons Green #22452A
Tints of Gordons Green #22452A
RGB
CMYK
RGB Variations
Color information
#22452A (or 0x22452A) is known color: Gordons Green. HEX triplet: 22, 45 and 2A. RGB value is (34,69,42). Sum of RGB (Red+Green+Blue) = 34+69+42=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #22452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22452A is #DDBAD5. Grayscale: #373737. Windows color (decimal): -14531286 or 2770210. OLE color: 2770210.
HSL color Cylindrical-coordinate representation of color #22452A: hue angle of 133.71º degrees, saturation: 0.34, 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 #22452A is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 34 | 69 | 42 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.73 |
| HSL | 133.71º | 0.34% | 0.2% | - |
| HSV(B) | 133.71º | 0.51% | 0.27% | - |
| XYZ | 3.21 | 4.76 | 2.94 | - |
| YUV | 55.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 69 | 42 | 0.51 | 0 | 0.39 | 0.73 | 133.71 | 0.34 | 0.2 |
| Hex | 22 | 45 | 2A | 33 | 0 | 27 | 49 | 86 | 22 | 14 |
| Octal | 42 | 105 | 52 | 63 | 0 | 47 | 111 | 206 | 42 | 24 |
| Binary | 100010 | 1000101 | 101010 | 110011 | 0 | 100111 | 1001001 | 10000110 | 100010 | 10100 |
Color Harmonies of #22452A
Complementary color
Monochromatic Colors of #22452A
Black with #22452A
Text Example
Text Example
White with #22452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22452A; }
p { color: rgb(34,69,42); }
H1.HeaderClassName
{
color: #22452A;
}
.AnyTagClassName
{
color: #22452A;
}
</style>
background-color css
<style>
a { background-color: #22452A; }
a { background-color: rgb(34,69,42); }
div.DivClassName
{
background-color: #22452A;
}
.BgClassName
{
background-color: #22452A;
}
</style>
border-color css
<style>
span { border-color: #22452A; }
span { border-color: rgb(34,69,42); }
td.TdClassName
{
border-color: #22452A;
}
.TagClassName
{
border-color: #22452A;
}
</style>