Shades of Gordons Green #223425
Tints of Gordons Green #223425
RGB
CMYK
RGB Variations
Color information
#223425 (or 0x223425) is known color: Gordons Green. HEX triplet: 22, 34 and 25. RGB value is (34,52,37). Sum of RGB (Red+Green+Blue) = 34+52+37=123 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.64% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #223425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223425 is #DDCBDA. Grayscale: #2C2C2C. Windows color (decimal): -14535643 or 2438178. OLE color: 2438178.
HSL color Cylindrical-coordinate representation of color #223425: hue angle of 130º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #223425 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 52 | 37 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.80 |
| HSL | 130º | 0.21% | 0.17% | - |
| HSV(B) | 130º | 0.35% | 0.2% | - |
| XYZ | 2.22 | 2.93 | 2.2 | - |
| YUV | 44.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 52 | 37 | 0.35 | 0 | 0.29 | 0.80 | 130 | 0.21 | 0.17 |
| Hex | 22 | 34 | 25 | 23 | 0 | 1D | 50 | 82 | 15 | 11 |
| Octal | 42 | 64 | 45 | 43 | 0 | 35 | 120 | 202 | 25 | 21 |
| Binary | 100010 | 110100 | 100101 | 100011 | 0 | 11101 | 1010000 | 10000010 | 10101 | 10001 |
Color Harmonies of #223425
Complementary color
Monochromatic Colors of #223425
Black with #223425
Text Example
Text Example
White with #223425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223425; }
p { color: rgb(34,52,37); }
H1.HeaderClassName
{
color: #223425;
}
.AnyTagClassName
{
color: #223425;
}
</style>
background-color css
<style>
a { background-color: #223425; }
a { background-color: rgb(34,52,37); }
div.DivClassName
{
background-color: #223425;
}
.BgClassName
{
background-color: #223425;
}
</style>
border-color css
<style>
span { border-color: #223425; }
span { border-color: rgb(34,52,37); }
td.TdClassName
{
border-color: #223425;
}
.TagClassName
{
border-color: #223425;
}
</style>