Html Css Color HEX #1C4727 Deep Fir

📋 copy color: '#1C4727'

red 28 ◦ green 71 ◦ blue 39

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

Shades of Deep Fir #1C4727

Tints of Deep Fir #1C4727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.26%

R = 20.29%
G = 51.45%
B = 28.26%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#1C4727 (or 0x1C4727) is known color: Deep Fir. HEX triplet: 1C, 47 and 27. RGB value is (28,71,39). Sum of RGB (Red+Green+Blue) = 28+71+39=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #1C4727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4727 is #E3B8D8. Grayscale: #363636. Windows color (decimal): -14923993 or 2574108. OLE color: 2574108.

HSL color Cylindrical-coordinate representation of color #1C4727: hue angle of 135.35º 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 #1C4727 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 71 39 -
CMYK 0.61 0 0.45 0.72
HSL 135.35º 0.43% 0.19% -
HSV(B) 135.35º 0.61% 0.28% -
XYZ 3.1 4.9 2.7 -
YUV 54.5 119.25 109.1 -
System Red Green Blue C M Y K H S L
Decimal 28 71 39 0.61 0 0.45 0.72 135.35 0.43 0.19
Hex 1C 47 27 3D 0 2D 48 87 2B 13
Octal 34 107 47 75 0 55 110 207 53 23
Binary 11100 1000111 100111 111101 0 101101 1001000 10000111 101011 10011

Color Harmonies of #1C4727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4727

Black with #1C4727

Text Example


Text Example

White with #1C4727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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