#214029

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

Shades of Deep Fir #214029

Tints of Deep Fir #214029

Color information

#214029 (or 0x214029) is unknown color: approx Deep Fir. HEX triplet: 21, 40 and 29. RGB value is (33,64,41). Sum of RGB (Red+Green+Blue) = 33+64+41=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #214029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214029 is #DEBFD6. Grayscale: #343434. Windows color (decimal): -14598103 or 2703393. OLE color: 2703393.

HSL color Cylindrical-coordinate representation of color #214029: hue angle of 135.48º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214029 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB336441-
CMYK0.4800.360.75
HSL135.48º31.96%19.02%-
HSV(B)135.48º48.44%25.1%-
XYZ2.864.152.75-
YUV52.11121.73114.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=23.91%
G=46.38%
B=29.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364410.4800.360.75135.4831.9619.02
Hex214029300244B872013
Octal4110051600441132074023
Binary1000011000000101001110000010010010010111000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214029; }

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

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

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

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

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

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

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

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