#214031

Color #214031 Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #214031

Tints of Everglade #214031

Color information

#214031 (or 0x214031) is unknown color: approx 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

RGB336449-
CMYK0.4800.230.75
HSL150.97º31.96%19.02%-
HSV(B)150.97º48.44%25.1%-
XYZ3.014.213.56-
YUV53.02125.73113.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 49 (19.53% from 255) = 33.56%
R=22.60%
G=43.84%
B=33.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364490.4800.230.75150.9731.9619.02
Hex214031300174B972013
Octal4110061600271132274023
Binary100001100000011000111000001011110010111001011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>