Html Css Color HEX #1D4125 Deep Fir

📋 copy color: '#1D4125'

red 29 ◦ green 65 ◦ blue 37

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

Shades of Deep Fir #1D4125

Tints of Deep Fir #1D4125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.24%

R = 22.14%
G = 49.62%
B = 28.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#1D4125 (or 0x1D4125) is known color: Deep Fir. HEX triplet: 1D, 41 and 25. RGB value is (29,65,37). Sum of RGB (Red+Green+Blue) = 29+65+37=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #1D4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4125 is #E2BEDA. Grayscale: #333333. Windows color (decimal): -14859995 or 2441501. OLE color: 2441501.

HSL color Cylindrical-coordinate representation of color #1D4125: hue angle of 133.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 #1D4125 is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 65 37 -
CMYK 0.55 0 0.43 0.75
HSL 133.33º 0.38% 0.18% -
HSV(B) 133.33º 0.55% 0.25% -
XYZ 2.73 4.18 2.41 -
YUV 51.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 29 65 37 0.55 0 0.43 0.75 133.33 0.38 0.18
Hex 1D 41 25 37 0 2B 4B 85 26 12
Octal 35 101 45 67 0 53 113 205 46 22
Binary 11101 1000001 100101 110111 0 101011 1001011 10000101 100110 10010

Color Harmonies of #1D4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4125

Black with #1D4125

Text Example


Text Example

White with #1D4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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