#223124

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

Shades of Gordons Green #223124

Tints of Gordons Green #223124

Color information

#223124 (or 0x223124) is unknown color: approx Gordons Green. HEX triplet: 22, 31 and 24. RGB value is (34,49,36). Sum of RGB (Red+Green+Blue) = 34+49+36=119 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.57% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 36 (14.45% from 255 or 30.25% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #223124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223124 is #DDCEDB. Grayscale: #2B2B2B. Windows color (decimal): -14536412 or 2371874. OLE color: 2371874.

HSL color Cylindrical-coordinate representation of color #223124: hue angle of 128º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #223124 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB344936-
CMYK0.3100.270.81
HSL128º18.07%16.27%-
HSV(B)128º30.61%19.22%-
XYZ2.082.662.07-
YUV43.03124.03121.56-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.57%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 36 (14.45% from 255) = 30.25%
R=28.57%
G=41.18%
B=30.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3449360.3100.270.8112818.0716.27
Hex2231241F01B51801210
Octal426144370331212002220
Binary100010110001100100111110110111010001100000001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223124; }

 p { color: rgb(34,49,36); }

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

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

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

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

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

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

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