#212821

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

Shades of Gordons Green #212821

Tints of Gordons Green #212821

Color information

#212821 (or 0x212821) is unknown color: approx Gordons Green. HEX triplet: 21, 28 and 21. RGB value is (33,40,33). Sum of RGB (Red+Green+Blue) = 33+40+33=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 40 - color contains mainly: green. Hex color #212821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212821 is #DED7DE. Grayscale: #252525. Windows color (decimal): -14604255 or 2172961. OLE color: 2172961.

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

Color convert

RGB334033-
CMYK0.1700.170.84
HSL120º9.59%14.31%-
HSV(B)120º17.5%15.69%-
XYZ1.661.951.73-
YUV37.11125.68125.07-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 40 (16.02% from 255) = 37.74%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=31.13%
G=37.74%
B=31.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340330.1700.170.841209.5914.31
Hex212821110115478ae
Octal415041210211241701216
Binary100001101000100001100010100011010100111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212821; }

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

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

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

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

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

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

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

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