#21432D

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

Shades of Everglade #21432D

Tints of Everglade #21432D

Color information

#21432D (or 0x21432D) is unknown color: approx Everglade. HEX triplet: 21, 43 and 2D. RGB value is (33,67,45). Sum of RGB (Red+Green+Blue) = 33+67+45=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #21432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21432D is #DEBCD2. Grayscale: #363636. Windows color (decimal): -14597331 or 2966305. OLE color: 2966305.

HSL color Cylindrical-coordinate representation of color #21432D: hue angle of 141.18º 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 #21432D is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB336745-
CMYK0.5100.330.74
HSL141.18º34%19.61%-
HSV(B)141.18º50.75%26.27%-
XYZ3.114.533.19-
YUV54.33122.74112.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=22.76%
G=46.21%
B=31.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3367450.5100.330.74141.183419.61
Hex21432D330214A8d2214
Octal4110355630411122154224
Binary1000011000011101101110011010000110010101000110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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