Html Css Color HEX #213424 Gordons Green

📋 copy color: '#213424'

red 33 ◦ green 52 ◦ blue 36

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

Shades of Gordons Green #213424

Tints of Gordons Green #213424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.98%

 BLUE value IS 36 (14.45% from 255) = 29.75%

R = 27.27%
G = 42.98%
B = 29.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.80

RGB Variations

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

Color information

#213424 (or 0x213424) is known color: Gordons Green. HEX triplet: 21, 34 and 24. RGB value is (33,52,36). Sum of RGB (Red+Green+Blue) = 33+52+36=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #213424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213424 is #DECBDB. Grayscale: #2C2C2C. Windows color (decimal): -14601180 or 2372641. OLE color: 2372641.

HSL color Cylindrical-coordinate representation of color #213424: hue angle of 129.47º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213424 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 36 -
CMYK 0.37 0 0.31 0.80
HSL 129.47º 0.22% 0.17% -
HSV(B) 129.47º 0.37% 0.2% -
XYZ 2.17 2.91 2.12 -
YUV 44.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 33 52 36 0.37 0 0.31 0.80 129.47 0.22 0.17
Hex 21 34 24 25 0 1F 50 81 16 11
Octal 41 64 44 45 0 37 120 201 26 21
Binary 100001 110100 100100 100101 0 11111 1010000 10000001 10110 10001

Color Harmonies of #213424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213424

Black with #213424

Text Example


Text Example

White with #213424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213424; }

 p { color: rgb(33,52,36); }

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

background-color css

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

 a { background-color: rgb(33,52,36); }

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

border-color css

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

 span { border-color: rgb(33,52,36); }

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