#214429

Color #214429 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #214429

Tints of Deep Fir #214429

Color information

#214429 (or 0x214429) is unknown color: approx Deep Fir. HEX triplet: 21, 44 and 29. RGB value is (33,68,41). Sum of RGB (Red+Green+Blue) = 33+68+41=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #214429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214429 is #DEBBD6. Grayscale: #363636. Windows color (decimal): -14597079 or 2704417. OLE color: 2704417.

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

Color convert

RGB336841-
CMYK0.5100.400.73
HSL133.71º34.65%19.8%-
HSV(B)133.71º51.47%26.67%-
XYZ3.094.622.83-
YUV54.46120.4112.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 68 (26.95% from 255) = 47.89%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=23.24%
G=47.89%
B=28.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368410.5100.400.73133.7134.6519.8
Hex2144293302849862314
Octal4110451630501112064324
Binary1000011000100101001110011010100010010011000011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214429; }

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

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

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

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

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

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

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

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