#21412C

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

Shades of Deep Fir #21412C

Tints of Deep Fir #21412C

Color information

#21412C (or 0x21412C) is unknown color: approx Deep Fir. HEX triplet: 21, 41 and 2C. RGB value is (33,65,44). Sum of RGB (Red+Green+Blue) = 33+65+44=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #21412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21412C is #DEBED3. Grayscale: #353535. Windows color (decimal): -14597844 or 2900257. OLE color: 2900257.

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

Color convert

RGB336544-
CMYK0.4900.320.75
HSL140.62º32.65%19.22%-
HSV(B)140.62º49.23%25.49%-
XYZ2.974.293.05-
YUV53.04122.9113.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 65 (25.78% from 255) = 45.77%
BLUE value IS 44 (17.58% from 255) = 30.99%
R=23.24%
G=45.77%
B=30.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365440.4900.320.75140.6232.6519.22
Hex21412C310204B8d2113
Octal4110154610401132154123
Binary1000011000001101100110001010000010010111000110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21412C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21412C; }

 p { color: rgb(33,65,44); }

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

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

 a { background-color: rgb(33,65,44); }

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

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

 span { border-color: rgb(33,65,44); }

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