Html Css Color HEX #212921 Gordons Green

📋 copy color: '#212921'

red 33 ◦ green 41 ◦ blue 33

#212921
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #212921

Tints of Gordons Green #212921

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 value IS 0.20

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#212921 (or 0x212921) is known color: 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

RGB 33 41 33 -
CMYK 0.20 0 0.20 0.84
HSL 120º 0.11% 0.15% -
HSV(B) 120º 0.2% 0.16% -
XYZ 1.69 2.02 1.74 -
YUV 37.7 125.35 124.65 -
System Red Green Blue C M Y K H S L
Decimal 33 41 33 0.20 0 0.20 0.84 120 0.11 0.15
Hex 21 29 21 14 0 14 54 78 B F
Octal 41 51 41 24 0 24 124 170 13 17
Binary 100001 101001 100001 10100 0 10100 1010100 1111000 1011 1111

Color Harmonies of #212921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212921

Black with #212921

Text Example


Text Example

White with #212921

Text Example


Text Example

HTML Codes & Css Web 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>