#1D422B

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

Shades of Deep Fir #1D422B

Tints of Deep Fir #1D422B

Color information

#1D422B (or 0x1D422B) is unknown color: approx Deep Fir. HEX triplet: 1D, 42 and 2B. RGB value is (29,66,43). Sum of RGB (Red+Green+Blue) = 29+66+43=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #1D422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D422B is #E2BDD4. Grayscale: #343434. Windows color (decimal): -14859733 or 2834973. OLE color: 2834973.

HSL color Cylindrical-coordinate representation of color #1D422B: hue angle of 142.7º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1D422B is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB296643-
CMYK0.5600.350.74
HSL142.7º38.95%18.63%-
HSV(B)142.7º56.06%25.88%-
XYZ2.894.332.97-
YUV52.32122.74111.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.01%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=21.01%
G=47.83%
B=31.16%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2966430.5600.350.74142.738.9518.63
Hex1D422B380234A8f2713
Octal3510253700431122174723
Binary111011000010101011111000010001110010101000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,43); }

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

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

 a { background-color: rgb(29,66,43); }

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

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

 span { border-color: rgb(29,66,43); }

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