Html Css Color HEX #213222 Gordons Green

📋 copy color: '#213222'

red 33 ◦ green 50 ◦ blue 34

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

Shades of Gordons Green #213222

Tints of Gordons Green #213222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

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

R = 28.21%
G = 42.74%
B = 29.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#213222 (or 0x213222) is known color: Gordons Green. HEX triplet: 21, 32 and 22. RGB value is (33,50,34). Sum of RGB (Red+Green+Blue) = 33+50+34=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 34 (13.67% from 255 or 29.06% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #213222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213222 is #DECDDD. Grayscale: #2B2B2B. Windows color (decimal): -14601694 or 2241057. OLE color: 2241057.

HSL color Cylindrical-coordinate representation of color #213222: hue angle of 123.53º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213222 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 34 -
CMYK 0.34 0 0.32 0.80
HSL 123.53º 0.2% 0.16% -
HSV(B) 123.53º 0.34% 0.2% -
XYZ 2.06 2.72 1.93 -
YUV 43.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 33 50 34 0.34 0 0.32 0.80 123.53 0.2 0.16
Hex 21 32 22 22 0 20 50 7C 14 10
Octal 41 62 42 42 0 40 120 174 24 20
Binary 100001 110010 100010 100010 0 100000 1010000 1111100 10100 10000

Color Harmonies of #213222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213222

Black with #213222

Text Example


Text Example

White with #213222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213222; }

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

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

background-color css

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

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

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

border-color css

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

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

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