#222D22

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

Shades of Gordons Green #222D22

Tints of Gordons Green #222D22

Color information

#222D22 (or 0x222D22) is unknown color: approx Gordons Green. HEX triplet: 22, 2D and 22. RGB value is (34,45,34). Sum of RGB (Red+Green+Blue) = 34+45+34=113 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.09% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #222D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D22 is #DDD2DD. Grayscale: #282828. Windows color (decimal): -14537438 or 2239778. OLE color: 2239778.

HSL color Cylindrical-coordinate representation of color #222D22: hue angle of 120º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #222D22 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.

Color convert

RGB344534-
CMYK0.2400.240.82
HSL120º13.92%15.49%-
HSV(B)120º24.44%17.65%-
XYZ1.892.331.86-
YUV40.46124.36123.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 30.09%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 34 (13.67% from 255) = 30.09%
R=30.09%
G=39.82%
B=30.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445340.2400.240.8212013.9215.49
Hex222D22180185278ef
Octal425542300301221701617
Binary100010101101100010110000110001010010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222D22; }

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

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

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

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

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

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

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

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