#21422A

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

Shades of Deep Fir #21422A

Tints of Deep Fir #21422A

Color information

#21422A (or 0x21422A) is unknown color: approx Deep Fir. HEX triplet: 21, 42 and 2A. RGB value is (33,66,42). Sum of RGB (Red+Green+Blue) = 33+66+42=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #21422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21422A is #DEBDD5. Grayscale: #353535. Windows color (decimal): -14597590 or 2769441. OLE color: 2769441.

HSL color Cylindrical-coordinate representation of color #21422A: hue angle of 136.36º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21422A is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB336642-
CMYK0.500.360.74
HSL136.36º33.33%19.41%-
HSV(B)136.36º50%25.88%-
XYZ2.994.392.88-
YUV53.4121.57113.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=23.40%
G=46.81%
B=29.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366420.500.360.74136.3633.3319.41
Hex21422A320244A882113
Octal4110252620441122104123
Binary1000011000010101010110010010010010010101000100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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