#213223

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

Shades of Gordons Green #213223

Tints of Gordons Green #213223

Color information

#213223 (or 0x213223) is unknown color: approx Gordons Green. HEX triplet: 21, 32 and 23. RGB value is (33,50,35). Sum of RGB (Red+Green+Blue) = 33+50+35=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #213223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213223 is #DECDDC. Grayscale: #2B2B2B. Windows color (decimal): -14601693 or 2306593. OLE color: 2306593.

HSL color Cylindrical-coordinate representation of color #213223: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213223 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB335035-
CMYK0.3400.300.80
HSL127.06º20.48%16.27%-
HSV(B)127.06º34%19.61%-
XYZ2.072.732.01-
YUV43.21123.37120.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 50 (19.92% from 255) = 42.37%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=27.97%
G=42.37%
B=29.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3350350.3400.300.80127.0620.4816.27
Hex2132232201E507f1410
Octal416243420361201772420
Binary100001110010100011100010011110101000011111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213223; }

 p { color: rgb(33,50,35); }

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

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

 a { background-color: rgb(33,50,35); }

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

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

 span { border-color: rgb(33,50,35); }

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