#212921

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

Shades of Gordons Green #212921

Tints of Gordons Green #212921

Color information

#212921 (or 0x212921) is unknown color: approx Gordons Green. HEX triplet: 21, 29 and 21. RGB value is (33,41,33). Sum of RGB (Red+Green+Blue) = 33+41+33=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 41 - color contains mainly: green. Hex color #212921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212921 is #DED6DE. Grayscale: #252525. Windows color (decimal): -14603999 or 2173217. OLE color: 2173217.

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

Color convert

RGB334133-
CMYK0.2000.200.84
HSL120º10.81%14.51%-
HSV(B)120º19.51%16.08%-
XYZ1.692.021.74-
YUV37.7125.35124.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 33 (13.28% from 255) = 30.84%
R=30.84%
G=38.32%
B=30.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3341330.2000.200.8412010.8114.51
Hex212921140145478bf
Octal415141240241241701317
Binary100001101001100001101000101001010100111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212921; }

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

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

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

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

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

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

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

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