Html Css Color HEX #213523 Gordons Green

📋 copy color: '#213523'

red 33 ◦ green 53 ◦ blue 35

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

Shades of Gordons Green #213523

Tints of Gordons Green #213523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 43.8%

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

R = 27.27%
G = 43.8%
B = 28.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#213523 (or 0x213523) is known color: Gordons Green. HEX triplet: 21, 35 and 23. RGB value is (33,53,35). Sum of RGB (Red+Green+Blue) = 33+53+35=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #213523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213523 is #DECADC. Grayscale: #2D2D2D. Windows color (decimal): -14600925 or 2307361. OLE color: 2307361.

HSL color Cylindrical-coordinate representation of color #213523: hue angle of 126º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213523 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 35 -
CMYK 0.38 0 0.34 0.79
HSL 126º 0.23% 0.17% -
HSV(B) 126º 0.38% 0.21% -
XYZ 2.2 2.99 2.05 -
YUV 44.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 33 53 35 0.38 0 0.34 0.79 126 0.23 0.17
Hex 21 35 23 26 0 22 4F 7E 17 11
Octal 41 65 43 46 0 42 117 176 27 21
Binary 100001 110101 100011 100110 0 100010 1001111 1111110 10111 10001

Color Harmonies of #213523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213523

Black with #213523

Text Example


Text Example

White with #213523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213523; }

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

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

background-color css

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

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

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

border-color css

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

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

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