Html Css Color HEX #1D4128 Deep Fir

📋 copy color: '#1D4128'

red 29 ◦ green 65 ◦ blue 40

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

Shades of Deep Fir #1D4128

Tints of Deep Fir #1D4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 48.51%

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

R = 21.64%
G = 48.51%
B = 29.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#1D4128 (or 0x1D4128) is known color: Deep Fir. HEX triplet: 1D, 41 and 28. RGB value is (29,65,40). Sum of RGB (Red+Green+Blue) = 29+65+40=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 65 (25.78% from 255 or 48.51% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4128 is #E2BED7. Grayscale: #333333. Windows color (decimal): -14859992 or 2638109. OLE color: 2638109.

HSL color Cylindrical-coordinate representation of color #1D4128: hue angle of 138.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D4128 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 65 40 -
CMYK 0.55 0 0.38 0.75
HSL 138.33º 0.38% 0.18% -
HSV(B) 138.33º 0.55% 0.25% -
XYZ 2.78 4.2 2.67 -
YUV 51.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 29 65 40 0.55 0 0.38 0.75 138.33 0.38 0.18
Hex 1D 41 28 37 0 26 4B 8A 26 12
Octal 35 101 50 67 0 46 113 212 46 22
Binary 11101 1000001 101000 110111 0 100110 1001011 10001010 100110 10010

Color Harmonies of #1D4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4128

Black with #1D4128

Text Example


Text Example

White with #1D4128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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