#222D23

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

Shades of Gordons Green #222D23

Tints of Gordons Green #222D23

Color information

#222D23 (or 0x222D23) is unknown color: approx Gordons Green. HEX triplet: 22, 2D and 23. RGB value is (34,45,35). Sum of RGB (Red+Green+Blue) = 34+45+35=114 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.82% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 45 - color contains mainly: green. Hex color #222D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D23 is #DDD2DC. Grayscale: #282828. Windows color (decimal): -14537437 or 2305314. OLE color: 2305314.

HSL color Cylindrical-coordinate representation of color #222D23: hue angle of 125.45º 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 #222D23 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB344535-
CMYK0.2400.220.82
HSL125.45º13.92%15.49%-
HSV(B)125.45º24.44%17.65%-
XYZ1.92.341.94-
YUV40.57124.86123.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 29.82%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=29.82%
G=39.47%
B=30.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3445350.2400.220.82125.4513.9215.49
Hex222D2318016527def
Octal425543300261221751617
Binary100010101101100011110000101101010010111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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