Html Css Color HEX #212E22 Gordons Green

📋 copy color: '#212E22'

red 33 ◦ green 46 ◦ blue 34

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

Shades of Gordons Green #212E22

Tints of Gordons Green #212E22

RGB

 RED value IS 33 (13.28% from 255) = 29.2%

 GREEN value IS 46 (18.36% from 255) = 40.71%

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 29.2%
G = 40.71%
B = 30.09%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.26

 K value IS 0.82

RGB Variations

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

Color information

#212E22 (or 0x212E22) is known color: Gordons Green. HEX triplet: 21, 2E and 22. RGB value is (33,46,34). Sum of RGB (Red+Green+Blue) = 33+46+34=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #212E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E22 is #DED1DD. Grayscale: #282828. Windows color (decimal): -14602718 or 2240033. OLE color: 2240033.

HSL color Cylindrical-coordinate representation of color #212E22: hue angle of 124.62º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E22 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.

Color convert

RGB 33 46 34 -
CMYK 0.28 0 0.26 0.82
HSL 124.62º 0.16% 0.15% -
HSV(B) 124.62º 0.28% 0.18% -
XYZ 1.89 2.39 1.88 -
YUV 40.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 33 46 34 0.28 0 0.26 0.82 124.62 0.16 0.15
Hex 21 2E 22 1C 0 1A 52 7D 10 F
Octal 41 56 42 34 0 32 122 175 20 17
Binary 100001 101110 100010 11100 0 11010 1010010 1111101 10000 1111

Color Harmonies of #212E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E22

Black with #212E22

Text Example


Text Example

White with #212E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E22; }

 p { color: rgb(33,46,34); }

 H1.HeaderClassName
 {
   color: #212E22;
 }
 .AnyTagClassName
 {
   color: #212E22;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #212E22;
 }
 .BgClassName
 {
   background-color: #212E22;
 }
</style>

border-color css

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

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

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