Html Css Color HEX #1D4728 Deep Fir

📋 copy color: '#1D4728'

red 29 ◦ green 71 ◦ blue 40

#1D4728
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #1D4728

Tints of Deep Fir #1D4728

RGB

 RED value IS 29 (11.72% from 255) = 20.71%

 GREEN value IS 71 (28.13% from 255) = 50.71%

 BLUE value IS 40 (16.02% from 255) = 28.57%

R = 20.71%
G = 50.71%
B = 28.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#1D4728 (or 0x1D4728) is known color: Deep Fir. HEX triplet: 1D, 47 and 28. RGB value is (29,71,40). Sum of RGB (Red+Green+Blue) = 29+71+40=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 40 (16.02% from 255 or 28.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1D4728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4728 is #E2B8D7. Grayscale: #363636. Windows color (decimal): -14858456 or 2639645. OLE color: 2639645.

HSL color Cylindrical-coordinate representation of color #1D4728: hue angle of 135.71º 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 #1D4728 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 71 40 -
CMYK 0.59 0 0.44 0.72
HSL 135.71º 0.42% 0.2% -
HSV(B) 135.71º 0.59% 0.28% -
XYZ 3.14 4.92 2.79 -
YUV 54.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 29 71 40 0.59 0 0.44 0.72 135.71 0.42 0.2
Hex 1D 47 28 3B 0 2C 48 88 2A 14
Octal 35 107 50 73 0 54 110 210 52 24
Binary 11101 1000111 101000 111011 0 101100 1001000 10001000 101010 10100

Color Harmonies of #1D4728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4728

Black with #1D4728

Text Example


Text Example

White with #1D4728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D4728;
 }
 .AnyTagClassName
 {
   color: #1D4728;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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