#21462A

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

Shades of Deep Fir #21462A

Tints of Deep Fir #21462A

Color information

#21462A (or 0x21462A) is unknown color: approx Deep Fir. HEX triplet: 21, 46 and 2A. RGB value is (33,70,42). Sum of RGB (Red+Green+Blue) = 33+70+42=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #21462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21462A is #DEB9D5. Grayscale: #373737. Windows color (decimal): -14596566 or 2770465. OLE color: 2770465.

HSL color Cylindrical-coordinate representation of color #21462A: hue angle of 134.59º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #21462A is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB337042-
CMYK0.5300.400.73
HSL134.59º35.92%20.2%-
HSV(B)134.59º52.86%27.45%-
XYZ3.244.872.96-
YUV55.74120.24111.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=22.76%
G=48.28%
B=28.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370420.5300.400.73134.5935.9220.2
Hex21462A3502849872414
Octal4110652650501112074424
Binary1000011000110101010110101010100010010011000011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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