#21472E

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

Shades of Everglade #21472E

Tints of Everglade #21472E

Color information

#21472E (or 0x21472E) is unknown color: approx Everglade. HEX triplet: 21, 47 and 2E. RGB value is (33,71,46). Sum of RGB (Red+Green+Blue) = 33+71+46=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #21472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21472E is #DEB8D1. Grayscale: #383838. Windows color (decimal): -14596306 or 3032865. OLE color: 3032865.

HSL color Cylindrical-coordinate representation of color #21472E: hue angle of 140.53º 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 #21472E is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB337146-
CMYK0.5400.350.72
HSL140.53º36.54%20.39%-
HSV(B)140.53º53.52%27.84%-
XYZ3.375.033.38-
YUV56.79121.91111.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=22%
G=47.33%
B=30.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371460.5400.350.72140.5336.5420.39
Hex21472E36023488d2514
Octal4110756660431102154524
Binary1000011000111101110110110010001110010001000110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21472E; }

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

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

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

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

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

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

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

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