#222922

Color #222922 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #222922

Tints of Gordons Green #222922

Color information

#222922 (or 0x222922) is unknown color: approx Gordons Green. HEX triplet: 22, 29 and 22. RGB value is (34,41,34). Sum of RGB (Red+Green+Blue) = 34+41+34=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #222922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222922 is #DDD6DD. Grayscale: #262626. Windows color (decimal): -14538462 or 2238754. OLE color: 2238754.

HSL color Cylindrical-coordinate representation of color #222922: hue angle of 120º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #222922 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB344134-
CMYK0.1700.170.84
HSL120º9.33%14.71%-
HSV(B)120º17.07%16.08%-
XYZ1.742.041.82-
YUV38.11125.68125.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 31.19%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 34 (13.67% from 255) = 31.19%
R=31.19%
G=37.61%
B=31.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3441340.1700.170.841209.3314.71
Hex2229221101154789f
Octal425142210211241701117
Binary100010101001100010100010100011010100111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222922; }

 p { color: rgb(34,41,34); }

 H1.HeaderClassName
 {
   color: #222922;
 }
 .AnyTagClassName
 {
   color: #222922;
 }
</style>
background-color css

<style>
 a { background-color: #222922; }

 a { background-color: rgb(34,41,34); }

 div.DivClassName
 {
   background-color: #222922;
 }
 .BgClassName
 {
   background-color: #222922;
 }
</style>
border-color css

<style>
 span { border-color: #222922; }

 span { border-color: rgb(34,41,34); }

 td.TdClassName
 {
   border-color: #222922;
 }
 .TagClassName
 {
   border-color: #222922;
 }
</style>