#214529

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

Shades of Deep Fir #214529

Tints of Deep Fir #214529

Color information

#214529 (or 0x214529) is unknown color: approx Deep Fir. HEX triplet: 21, 45 and 29. RGB value is (33,69,41). Sum of RGB (Red+Green+Blue) = 33+69+41=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #214529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214529 is #DEBAD6. Grayscale: #373737. Windows color (decimal): -14596823 or 2704673. OLE color: 2704673.

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

Color convert

RGB336941-
CMYK0.5200.410.73
HSL133.33º35.29%20%-
HSV(B)133.33º52.17%27.06%-
XYZ3.164.742.85-
YUV55.04120.07112.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 41 (16.41% from 255) = 28.67%
R=23.08%
G=48.25%
B=28.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369410.5200.410.73133.3335.2920
Hex2145293402949852314
Octal4110551640511112054324
Binary1000011000101101001110100010100110010011000010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214529; }

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

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

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

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

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

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

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

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