#21412A

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

Shades of Deep Fir #21412A

Tints of Deep Fir #21412A

Color information

#21412A (or 0x21412A) is unknown color: approx Deep Fir. HEX triplet: 21, 41 and 2A. RGB value is (33,65,42). Sum of RGB (Red+Green+Blue) = 33+65+42=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #21412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21412A is #DEBED5. Grayscale: #343434. Windows color (decimal): -14597846 or 2769185. OLE color: 2769185.

HSL color Cylindrical-coordinate representation of color #21412A: hue angle of 136.88º 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 #21412A is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB336542-
CMYK0.4900.350.75
HSL136.88º32.65%19.22%-
HSV(B)136.88º49.23%25.49%-
XYZ2.944.272.86-
YUV52.81121.9113.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 65 (25.78% from 255) = 46.43%
BLUE value IS 42 (16.80% from 255) = 30%
R=23.57%
G=46.43%
B=30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365420.4900.350.75136.8832.6519.22
Hex21412A310234B892113
Octal4110152610431132114123
Binary1000011000001101010110001010001110010111000100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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