#212621

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

Shades of Gordons Green #212621

Tints of Gordons Green #212621

Color information

#212621 (or 0x212621) is unknown color: approx Gordons Green. HEX triplet: 21, 26 and 21. RGB value is (33,38,33). Sum of RGB (Red+Green+Blue) = 33+38+33=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #212621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212621 is #DED9DE. Grayscale: #232323. Windows color (decimal): -14604767 or 2172449. OLE color: 2172449.

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

Color convert

RGB333833-
CMYK0.1300.130.85
HSL120º7.04%13.92%-
HSV(B)120º13.16%14.9%-
XYZ1.591.821.71-
YUV35.93126.34125.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 33 (13.28% from 255) = 31.73%
R=31.73%
G=36.54%
B=31.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3338330.1300.130.851207.0413.92
Hex212621D0D55787e
Octal41464115015125170716
Binary100001100110100001110101101101010111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212621; }

 p { color: rgb(33,38,33); }

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

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

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

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

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

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

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