#21442B

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

Shades of Deep Fir #21442B

Tints of Deep Fir #21442B

Color information

#21442B (or 0x21442B) is unknown color: approx Deep Fir. HEX triplet: 21, 44 and 2B. RGB value is (33,68,43). Sum of RGB (Red+Green+Blue) = 33+68+43=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #21442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21442B is #DEBBD4. Grayscale: #363636. Windows color (decimal): -14597077 or 2835489. OLE color: 2835489.

HSL color Cylindrical-coordinate representation of color #21442B: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #21442B is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB336843-
CMYK0.5100.370.73
HSL137.14º34.65%19.8%-
HSV(B)137.14º51.47%26.67%-
XYZ3.134.633.01-
YUV54.68121.4112.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=22.92%
G=47.22%
B=29.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368430.5100.370.73137.1434.6519.8
Hex21442B3302549892314
Octal4110453630451112114324
Binary1000011000100101011110011010010110010011000100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21442B; }

 p { color: rgb(33,68,43); }

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

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

 a { background-color: rgb(33,68,43); }

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

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

 span { border-color: rgb(33,68,43); }

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