Html Css Color HEX #213323 Gordons Green

📋 copy color: '#213323'

red 33 ◦ green 51 ◦ blue 35

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

Shades of Gordons Green #213323

Tints of Gordons Green #213323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

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

R = 27.73%
G = 42.86%
B = 29.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.8

RGB Variations

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

Color information

#213323 (or 0x213323) is known color: Gordons Green. HEX triplet: 21, 33 and 23. RGB value is (33,51,35). Sum of RGB (Red+Green+Blue) = 33+51+35=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #213323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213323 is #DECCDC. Grayscale: #2B2B2B. Windows color (decimal): -14601437 or 2306849. OLE color: 2306849.

HSL color Cylindrical-coordinate representation of color #213323: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213323 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 35 -
CMYK 0.35 0 0.31 0.8
HSL 126.67º 0.21% 0.16% -
HSV(B) 126.67º 0.35% 0.2% -
XYZ 2.11 2.81 2.02 -
YUV 43.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 33 51 35 0.35 0 0.31 0.8 126.67 0.21 0.16
Hex 21 33 23 23 0 1F 50 7F 15 10
Octal 41 63 43 43 0 37 120 177 25 20
Binary 100001 110011 100011 100011 0 11111 1010000 1111111 10101 10000

Color Harmonies of #213323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213323

Black with #213323

Text Example


Text Example

White with #213323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213323; }

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

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

background-color css

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

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

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

border-color css

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

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

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