#1D472A

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

Shades of Deep Fir #1D472A

Tints of Deep Fir #1D472A

Color information

#1D472A (or 0x1D472A) is unknown color: approx Deep Fir. HEX triplet: 1D, 47 and 2A. RGB value is (29,71,42). Sum of RGB (Red+Green+Blue) = 29+71+42=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 42 (16.80% from 255 or 29.58% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #1D472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D472A is #E2B8D5. Grayscale: #373737. Windows color (decimal): -14858454 or 2770717. OLE color: 2770717.

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

Color convert

RGB297142-
CMYK0.5900.410.72
HSL138.57º42%19.61%-
HSV(B)138.57º59.15%27.84%-
XYZ3.184.932.98-
YUV55.14120.59109.36-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.42%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 29.58%
R=20.42%
G=50%
B=29.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2971420.5900.410.72138.574219.61
Hex1D472A3B029488b2a14
Octal3510752730511102135224
Binary111011000111101010111011010100110010001000101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D472A; }

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

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

<style>
 a { background-color: #1D472A; }

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

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

<style>
 span { border-color: #1D472A; }

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

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