Html Css Color HEX #214731 Everglade

📋 copy color: '#214731'

red 33 ◦ green 71 ◦ blue 49

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

Shades of Everglade #214731

Tints of Everglade #214731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 21.57%
G = 46.41%
B = 32.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#214731 (or 0x214731) is known color: Everglade. HEX triplet: 21, 47 and 31. RGB value is (33,71,49). Sum of RGB (Red+Green+Blue) = 33+71+49=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #214731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214731 is #DEB8CE. Grayscale: #393939. Windows color (decimal): -14596303 or 3229473. OLE color: 3229473.

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

Color convert

RGB 33 71 49 -
CMYK 0.54 0 0.31 0.72
HSL 145.26º 0.37% 0.2% -
HSV(B) 145.26º 0.54% 0.28% -
XYZ 3.43 5.05 3.7 -
YUV 57.13 123.41 110.79 -
System Red Green Blue C M Y K H S L
Decimal 33 71 49 0.54 0 0.31 0.72 145.26 0.37 0.2
Hex 21 47 31 36 0 1F 48 91 25 14
Octal 41 107 61 66 0 37 110 221 45 24
Binary 100001 1000111 110001 110110 0 11111 1001000 10010001 100101 10100

Color Harmonies of #214731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214731

Black with #214731

Text Example


Text Example

White with #214731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214731; }

 p { color: rgb(33,71,49); }

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

background-color css

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

 a { background-color: rgb(33,71,49); }

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

border-color css

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

 span { border-color: rgb(33,71,49); }

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