Html Css Color HEX #1D4428 Deep Fir

📋 copy color: '#1D4428'

red 29 ◦ green 68 ◦ blue 40

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

Shades of Deep Fir #1D4428

Tints of Deep Fir #1D4428

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 21.17%
G = 49.64%
B = 29.2%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#1D4428 (or 0x1D4428) is known color: Deep Fir. HEX triplet: 1D, 44 and 28. RGB value is (29,68,40). Sum of RGB (Red+Green+Blue) = 29+68+40=137 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.17% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #1D4428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4428 is #E2BBD7. Grayscale: #353535. Windows color (decimal): -14859224 or 2638877. OLE color: 2638877.

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

Color convert

RGB 29 68 40 -
CMYK 0.57 0 0.41 0.73
HSL 136.92º 0.4% 0.19% -
HSV(B) 136.92º 0.57% 0.27% -
XYZ 2.96 4.55 2.73 -
YUV 53.15 120.58 110.78 -
System Red Green Blue C M Y K H S L
Decimal 29 68 40 0.57 0 0.41 0.73 136.92 0.4 0.19
Hex 1D 44 28 39 0 29 49 89 28 13
Octal 35 104 50 71 0 51 111 211 50 23
Binary 11101 1000100 101000 111001 0 101001 1001001 10001001 101000 10011

Color Harmonies of #1D4428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4428

Black with #1D4428

Text Example


Text Example

White with #1D4428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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