#1D4826

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

Shades of Deep Fir #1D4826

Tints of Deep Fir #1D4826

Color information

#1D4826 (or 0x1D4826) is unknown color: approx Deep Fir. HEX triplet: 1D, 48 and 26. RGB value is (29,72,38). Sum of RGB (Red+Green+Blue) = 29+72+38=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 72 (28.52% from 255 or 51.80% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 72 - color contains mainly: green. Hex color #1D4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4826 is #E2B7D9. Grayscale: #373737. Windows color (decimal): -14858202 or 2508829. OLE color: 2508829.

HSL color Cylindrical-coordinate representation of color #1D4826: hue angle of 132.56º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D4826 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB297238-
CMYK0.6000.470.72
HSL132.56º42.57%19.8%-
HSV(B)132.56º59.72%28.24%-
XYZ3.175.042.64-
YUV55.27118.25109.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.86%
GREEN value IS 72 (28.52% from 255) = 51.80%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=20.86%
G=51.80%
B=27.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2972380.6000.470.72132.5642.5719.8
Hex1D48263C02F48852b14
Octal3511046740571102055324
Binary111011001000100110111100010111110010001000010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,38); }

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

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

 a { background-color: rgb(29,72,38); }

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

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

 span { border-color: rgb(29,72,38); }

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