#1D452A

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

Shades of Deep Fir #1D452A

Tints of Deep Fir #1D452A

Color information

#1D452A (or 0x1D452A) is unknown color: approx Deep Fir. HEX triplet: 1D, 45 and 2A. RGB value is (29,69,42). Sum of RGB (Red+Green+Blue) = 29+69+42=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #1D452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D452A is #E2BAD5. Grayscale: #363636. Windows color (decimal): -14858966 or 2770205. OLE color: 2770205.

HSL color Cylindrical-coordinate representation of color #1D452A: hue angle of 139.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1D452A is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB296942-
CMYK0.5800.390.73
HSL139.5º40.82%19.22%-
HSV(B)139.5º57.97%27.06%-
XYZ3.054.682.93-
YUV53.96121.25110.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.71%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 42 (16.80% from 255) = 30%
R=20.71%
G=49.29%
B=30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2969420.5800.390.73139.540.8219.22
Hex1D452A3A027498c2913
Octal3510552720471112145123
Binary111011000101101010111010010011110010011000110010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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