Html Css Color HEX #1D4625 Deep Fir

📋 copy color: '#1D4625'

red 29 ◦ green 70 ◦ blue 37

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

Shades of Deep Fir #1D4625

Tints of Deep Fir #1D4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 51.47%

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

R = 21.32%
G = 51.47%
B = 27.21%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#1D4625 (or 0x1D4625) is known color: Deep Fir. HEX triplet: 1D, 46 and 25. RGB value is (29,70,37). Sum of RGB (Red+Green+Blue) = 29+70+37=136 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.32% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #1D4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4625 is #E2B9DA. Grayscale: #363636. Windows color (decimal): -14858715 or 2442781. OLE color: 2442781.

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

Color convert

RGB 29 70 37 -
CMYK 0.59 0 0.47 0.73
HSL 131.71º 0.41% 0.19% -
HSV(B) 131.71º 0.59% 0.27% -
XYZ 3.03 4.78 2.51 -
YUV 53.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 29 70 37 0.59 0 0.47 0.73 131.71 0.41 0.19
Hex 1D 46 25 3B 0 2F 49 84 29 13
Octal 35 106 45 73 0 57 111 204 51 23
Binary 11101 1000110 100101 111011 0 101111 1001001 10000100 101001 10011

Color Harmonies of #1D4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4625

Black with #1D4625

Text Example


Text Example

White with #1D4625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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