#213D29

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

Shades of Deep Fir #213D29

Tints of Deep Fir #213D29

Color information

#213D29 (or 0x213D29) is unknown color: approx Deep Fir. HEX triplet: 21, 3D and 29. RGB value is (33,61,41). Sum of RGB (Red+Green+Blue) = 33+61+41=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #213D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D29 is #DEC2D6. Grayscale: #323232. Windows color (decimal): -14598871 or 2702625. OLE color: 2702625.

HSL color Cylindrical-coordinate representation of color #213D29: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D29 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB336141-
CMYK0.4600.330.76
HSL137.14º29.79%18.43%-
HSV(B)137.14º45.9%23.92%-
XYZ2.73.822.69-
YUV50.35122.72115.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=24.44%
G=45.19%
B=30.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3361410.4600.330.76137.1429.7918.43
Hex213D292E0214C891e12
Octal417551560411142113622
Binary10000111110110100110111001000011001100100010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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