Html Css Color HEX #214031 Everglade

📋 copy color: '#214031'

red 33 ◦ green 64 ◦ blue 49

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

Shades of Everglade #214031

Tints of Everglade #214031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.84%

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

R = 22.6%
G = 43.84%
B = 33.56%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#214031 (or 0x214031) is known color: Everglade. HEX triplet: 21, 40 and 31. RGB value is (33,64,49). Sum of RGB (Red+Green+Blue) = 33+64+49=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 49 (19.53% from 255 or 33.56% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #214031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214031 is #DEBFCE. Grayscale: #353535. Windows color (decimal): -14598095 or 3227681. OLE color: 3227681.

HSL color Cylindrical-coordinate representation of color #214031: hue angle of 150.97º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214031 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 49 -
CMYK 0.48 0 0.23 0.75
HSL 150.97º 0.32% 0.19% -
HSV(B) 150.97º 0.48% 0.25% -
XYZ 3.01 4.21 3.56 -
YUV 53.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 33 64 49 0.48 0 0.23 0.75 150.97 0.32 0.19
Hex 21 40 31 30 0 17 4B 97 20 13
Octal 41 100 61 60 0 27 113 227 40 23
Binary 100001 1000000 110001 110000 0 10111 1001011 10010111 100000 10011

Color Harmonies of #214031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214031

Black with #214031

Text Example


Text Example

White with #214031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214031; }

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

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

background-color css

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

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

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

border-color css

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

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

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