Html Css Color HEX #213924 Gordons Green

📋 copy color: '#213924'

red 33 ◦ green 57 ◦ blue 36

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

Shades of Gordons Green #213924

Tints of Gordons Green #213924

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.24%

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

R = 26.19%
G = 45.24%
B = 28.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.78

RGB Variations

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

Color information

#213924 (or 0x213924) is known color: Gordons Green. HEX triplet: 21, 39 and 24. RGB value is (33,57,36). Sum of RGB (Red+Green+Blue) = 33+57+36=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 57 - color contains mainly: green. Hex color #213924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213924 is #DEC6DB. Grayscale: #2F2F2F. Windows color (decimal): -14599900 or 2373921. OLE color: 2373921.

HSL color Cylindrical-coordinate representation of color #213924: hue angle of 127.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213924 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 36 -
CMYK 0.42 0 0.37 0.78
HSL 127.5º 0.27% 0.18% -
HSV(B) 127.5º 0.42% 0.22% -
XYZ 2.41 3.38 2.19 -
YUV 47.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 33 57 36 0.42 0 0.37 0.78 127.5 0.27 0.18
Hex 21 39 24 2A 0 25 4E 80 1B 12
Octal 41 71 44 52 0 45 116 200 33 22
Binary 100001 111001 100100 101010 0 100101 1001110 10000000 11011 10010

Color Harmonies of #213924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213924

Black with #213924

Text Example


Text Example

White with #213924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213924; }

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

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

background-color css

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

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

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

border-color css

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

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

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