#223123

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

Shades of Gordons Green #223123

Tints of Gordons Green #223123

Color information

#223123 (or 0x223123) is unknown color: approx Gordons Green. HEX triplet: 22, 31 and 23. RGB value is (34,49,35). Sum of RGB (Red+Green+Blue) = 34+49+35=118 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.81% from 118); Green value is 49 (19.53% from 255 or 41.53% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 49 - color contains mainly: green. Hex color #223123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223123 is #DDCEDC. Grayscale: #2A2A2A. Windows color (decimal): -14536413 or 2306338. OLE color: 2306338.

HSL color Cylindrical-coordinate representation of color #223123: hue angle of 124º 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 #223123 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB344935-
CMYK0.3100.290.81
HSL124º18.07%16.27%-
HSV(B)124º30.61%19.22%-
XYZ2.062.661.99-
YUV42.92123.53121.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.81%
GREEN value IS 49 (19.53% from 255) = 41.53%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=28.81%
G=41.53%
B=29.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3449350.3100.290.8112418.0716.27
Hex2231231F01D517c1210
Octal426143370351211742220
Binary10001011000110001111111011101101000111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223123; }

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

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

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

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

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

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

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

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