Html Css Color HEX #213223 Gordons Green

📋 copy color: '#213223'

red 33 ◦ green 50 ◦ blue 35

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

Shades of Gordons Green #213223

Tints of Gordons Green #213223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 29.66%

R = 27.97%
G = 42.37%
B = 29.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#213223 (or 0x213223) is known color: Gordons Green. HEX triplet: 21, 32 and 23. RGB value is (33,50,35). Sum of RGB (Red+Green+Blue) = 33+50+35=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #213223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213223 is #DECDDC. Grayscale: #2B2B2B. Windows color (decimal): -14601693 or 2306593. OLE color: 2306593.

HSL color Cylindrical-coordinate representation of color #213223: hue angle of 127.06º 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 #213223 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 35 -
CMYK 0.34 0 0.30 0.80
HSL 127.06º 0.2% 0.16% -
HSV(B) 127.06º 0.34% 0.2% -
XYZ 2.07 2.73 2.01 -
YUV 43.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 33 50 35 0.34 0 0.30 0.80 127.06 0.2 0.16
Hex 21 32 23 22 0 1E 50 7F 14 10
Octal 41 62 43 42 0 36 120 177 24 20
Binary 100001 110010 100011 100010 0 11110 1010000 1111111 10100 10000

Color Harmonies of #213223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213223

Black with #213223

Text Example


Text Example

White with #213223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213223; }

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

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

background-color css

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

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

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

border-color css

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

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

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