#21432E

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

Shades of Everglade #21432E

Tints of Everglade #21432E

Color information

#21432E (or 0x21432E) is unknown color: approx Everglade. HEX triplet: 21, 43 and 2E. RGB value is (33,67,46). Sum of RGB (Red+Green+Blue) = 33+67+46=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #21432E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21432E is #DEBCD1. Grayscale: #363636. Windows color (decimal): -14597330 or 3031841. OLE color: 3031841.

HSL color Cylindrical-coordinate representation of color #21432E: hue angle of 142.94º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21432E is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB336746-
CMYK0.5100.310.74
HSL142.94º34%19.61%-
HSV(B)142.94º50.75%26.27%-
XYZ3.134.533.3-
YUV54.44123.24112.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=22.60%
G=45.89%
B=31.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367460.5100.310.74142.943419.61
Hex21432E3301F4A8f2214
Octal4110356630371122174224
Binary100001100001110111011001101111110010101000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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