Html Css Color HEX #1C4729 Deep Fir

📋 copy color: '#1C4729'

red 28 ◦ green 71 ◦ blue 41

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

Shades of Deep Fir #1C4729

Tints of Deep Fir #1C4729

RGB

 RED value IS 28 (11.33% from 255) = 20%

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

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 20%
G = 50.71%
B = 29.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#1C4729 (or 0x1C4729) is known color: Deep Fir. HEX triplet: 1C, 47 and 29. RGB value is (28,71,41). Sum of RGB (Red+Green+Blue) = 28+71+41=140 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4729 is #E3B8D6. Grayscale: #363636. Windows color (decimal): -14923991 or 2705180. OLE color: 2705180.

HSL color Cylindrical-coordinate representation of color #1C4729: hue angle of 138.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C4729 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 71 41 -
CMYK 0.61 0 0.42 0.72
HSL 138.14º 0.43% 0.19% -
HSV(B) 138.14º 0.61% 0.28% -
XYZ 3.13 4.91 2.88 -
YUV 54.72 120.25 108.94 -
System Red Green Blue C M Y K H S L
Decimal 28 71 41 0.61 0 0.42 0.72 138.14 0.43 0.19
Hex 1C 47 29 3D 0 2A 48 8A 2B 13
Octal 34 107 51 75 0 52 110 212 53 23
Binary 11100 1000111 101001 111101 0 101010 1001000 10001010 101011 10011

Color Harmonies of #1C4729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4729

Black with #1C4729

Text Example


Text Example

White with #1C4729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,71,41); }

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

background-color css

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

 a { background-color: rgb(28,71,41); }

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

border-color css

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

 span { border-color: rgb(28,71,41); }

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