#21452F

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

Shades of Everglade #21452F

Tints of Everglade #21452F

Color information

#21452F (or 0x21452F) is unknown color: approx Everglade. HEX triplet: 21, 45 and 2F. RGB value is (33,69,47). Sum of RGB (Red+Green+Blue) = 33+69+47=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #21452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21452F is #DEBAD0. Grayscale: #373737. Windows color (decimal): -14596817 or 3097889. OLE color: 3097889.

HSL color Cylindrical-coordinate representation of color #21452F: hue angle of 143.33º 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 #21452F is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB336947-
CMYK0.5200.320.73
HSL143.33º35.29%20%-
HSV(B)143.33º52.17%27.06%-
XYZ3.274.783.44-
YUV55.73123.07111.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 69 (27.34% from 255) = 46.31%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=22.15%
G=46.31%
B=31.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369470.5200.320.73143.3335.2920
Hex21452F34020498f2314
Octal4110557640401112174324
Binary1000011000101101111110100010000010010011000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21452F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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