#213F29

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

Shades of Deep Fir #213F29

Tints of Deep Fir #213F29

Color information

#213F29 (or 0x213F29) is unknown color: approx Deep Fir. HEX triplet: 21, 3F and 29. RGB value is (33,63,41). Sum of RGB (Red+Green+Blue) = 33+63+41=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 63 (25% from 255 or 45.99% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 63 - color contains mainly: green. Hex color #213F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F29 is #DEC0D6. Grayscale: #333333. Windows color (decimal): -14598359 or 2703137. OLE color: 2703137.

HSL color Cylindrical-coordinate representation of color #213F29: hue angle of 136º degrees, saturation: 0.31, 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 #213F29 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB336341-
CMYK0.4800.350.75
HSL136º31.25%18.82%-
HSV(B)136º47.62%24.71%-
XYZ2.84.042.73-
YUV51.52122.06114.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 63 (25% from 255) = 45.99%
BLUE value IS 41 (16.41% from 255) = 29.93%
R=24.09%
G=45.99%
B=29.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363410.4800.350.7513631.2518.82
Hex213F29300234B881f13
Octal417751600431132103723
Binary10000111111110100111000001000111001011100010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F29; }

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

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

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

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

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

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

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

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