#21442E

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

Shades of Everglade #21442E

Tints of Everglade #21442E

Color information

#21442E (or 0x21442E) is unknown color: approx Everglade. HEX triplet: 21, 44 and 2E. RGB value is (33,68,46). Sum of RGB (Red+Green+Blue) = 33+68+46=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #21442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21442E is #DEBBD1. Grayscale: #373737. Windows color (decimal): -14597074 or 3032097. OLE color: 3032097.

HSL color Cylindrical-coordinate representation of color #21442E: hue angle of 142.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21442E is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB336846-
CMYK0.5100.320.73
HSL142.29º34.65%19.8%-
HSV(B)142.29º51.47%26.67%-
XYZ3.194.653.32-
YUV55.03122.9112.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=22.45%
G=46.26%
B=31.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368460.5100.320.73142.2934.6519.8
Hex21442E33020498e2314
Octal4110456630401112164324
Binary1000011000100101110110011010000010010011000111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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