#21442F

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

Shades of Everglade #21442F

Tints of Everglade #21442F

Color information

#21442F (or 0x21442F) is unknown color: approx Everglade. HEX triplet: 21, 44 and 2F. RGB value is (33,68,47). Sum of RGB (Red+Green+Blue) = 33+68+47=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #21442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21442F is #DEBBD0. Grayscale: #373737. Windows color (decimal): -14597073 or 3097633. OLE color: 3097633.

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

Color convert

RGB336847-
CMYK0.5100.310.73
HSL144º34.65%19.8%-
HSV(B)144º51.47%26.67%-
XYZ3.214.663.42-
YUV55.14123.4112.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=22.30%
G=45.95%
B=31.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368470.5100.310.7314434.6519.8
Hex21442F3301F49902314
Octal4110457630371112204324
Binary100001100010010111111001101111110010011001000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21442F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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