#21452D

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

Shades of Everglade #21452D

Tints of Everglade #21452D

Color information

#21452D (or 0x21452D) is unknown color: approx Everglade. HEX triplet: 21, 45 and 2D. RGB value is (33,69,45). Sum of RGB (Red+Green+Blue) = 33+69+45=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #21452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21452D is #DEBAD2. Grayscale: #373737. Windows color (decimal): -14596819 or 2966817. OLE color: 2966817.

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

Color convert

RGB336945-
CMYK0.5200.350.73
HSL140º35.29%20%-
HSV(B)140º52.17%27.06%-
XYZ3.234.773.23-
YUV55.5122.07111.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 69 (27.34% from 255) = 46.94%
BLUE value IS 45 (17.97% from 255) = 30.61%
R=22.45%
G=46.94%
B=30.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369450.5200.350.7314035.2920
Hex21452D34023498c2314
Octal4110555640431112144324
Binary1000011000101101101110100010001110010011000110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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