#21402A

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

Shades of Deep Fir #21402A

Tints of Deep Fir #21402A

Color information

#21402A (or 0x21402A) is unknown color: approx Deep Fir. HEX triplet: 21, 40 and 2A. RGB value is (33,64,42). Sum of RGB (Red+Green+Blue) = 33+64+42=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #21402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21402A is #DEBFD5. Grayscale: #343434. Windows color (decimal): -14598102 or 2768929. OLE color: 2768929.

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

Color convert

RGB336442-
CMYK0.4800.340.75
HSL137.42º31.96%19.02%-
HSV(B)137.42º48.44%25.1%-
XYZ2.884.162.84-
YUV52.22122.23114.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 64 (25.39% from 255) = 46.04%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=23.74%
G=46.04%
B=30.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364420.4800.340.75137.4231.9619.02
Hex21402A300224B892013
Octal4110052600421132114023
Binary1000011000000101010110000010001010010111000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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