Html Css Color HEX #213724 Gordons Green

📋 copy color: '#213724'

red 33 ◦ green 55 ◦ blue 36

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

Shades of Gordons Green #213724

Tints of Gordons Green #213724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 44.35%

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

R = 26.61%
G = 44.35%
B = 29.03%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#213724 (or 0x213724) is known color: Gordons Green. HEX triplet: 21, 37 and 24. RGB value is (33,55,36). Sum of RGB (Red+Green+Blue) = 33+55+36=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 55 - color contains mainly: green. Hex color #213724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213724 is #DEC8DB. Grayscale: #2E2E2E. Windows color (decimal): -14600412 or 2373409. OLE color: 2373409.

HSL color Cylindrical-coordinate representation of color #213724: hue angle of 128.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213724 is Cyan = 0.4, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 36 -
CMYK 0.4 0 0.35 0.78
HSL 128.18º 0.25% 0.17% -
HSV(B) 128.18º 0.4% 0.22% -
XYZ 2.31 3.18 2.16 -
YUV 46.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 33 55 36 0.4 0 0.35 0.78 128.18 0.25 0.17
Hex 21 37 24 28 0 23 4E 80 19 11
Octal 41 67 44 50 0 43 116 200 31 21
Binary 100001 110111 100100 101000 0 100011 1001110 10000000 11001 10001

Color Harmonies of #213724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213724

Black with #213724

Text Example


Text Example

White with #213724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213724; }

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

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

background-color css

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

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

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

border-color css

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

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

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