#21472A

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

Shades of Deep Fir #21472A

Tints of Deep Fir #21472A

Color information

#21472A (or 0x21472A) is unknown color: approx Deep Fir. HEX triplet: 21, 47 and 2A. RGB value is (33,71,42). Sum of RGB (Red+Green+Blue) = 33+71+42=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #21472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21472A is #DEB8D5. Grayscale: #383838. Windows color (decimal): -14596310 or 2770721. OLE color: 2770721.

HSL color Cylindrical-coordinate representation of color #21472A: hue angle of 134.21º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21472A is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB337142-
CMYK0.5400.410.72
HSL134.21º36.54%20.39%-
HSV(B)134.21º53.52%27.84%-
XYZ3.352.98-
YUV56.33119.91111.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=22.60%
G=48.63%
B=28.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371420.5400.410.72134.2136.5420.39
Hex21472A3602948862514
Octal4110752660511102064524
Binary1000011000111101010110110010100110010001000011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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