#213F31

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

Shades of Everglade #213F31

Tints of Everglade #213F31

Color information

#213F31 (or 0x213F31) is unknown color: approx Everglade. HEX triplet: 21, 3F and 31. RGB value is (33,63,49). Sum of RGB (Red+Green+Blue) = 33+63+49=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #213F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F31 is #DEC0CE. Grayscale: #343434. Windows color (decimal): -14598351 or 3227425. OLE color: 3227425.

HSL color Cylindrical-coordinate representation of color #213F31: hue angle of 152º degrees, saturation: 0.31, 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 #213F31 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB336349-
CMYK0.4800.220.75
HSL152º31.25%18.82%-
HSV(B)152º47.62%24.71%-
XYZ2.964.13.54-
YUV52.43126.06114.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=22.76%
G=43.45%
B=33.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363490.4800.220.7515231.2518.82
Hex213F31300164B981f13
Octal417761600261132303723
Binary1000011111111100011100000101101001011100110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F31; }

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

 H1.HeaderClassName
 {
   color: #213F31;
 }
 .AnyTagClassName
 {
   color: #213F31;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #213F31;
 }
 .BgClassName
 {
   background-color: #213F31;
 }
</style>
border-color css

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

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

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