#1C4727

Color #1C4727 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #1C4727

Tints of Deep Fir #1C4727

Color information

#1C4727 (or 0x1C4727) is unknown color: approx 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

RGB287139-
CMYK0.6100.450.72
HSL135.35º43.43%19.41%-
HSV(B)135.35º60.56%27.84%-
XYZ3.14.92.7-
YUV54.5119.25109.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=20.29%
G=51.45%
B=28.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2871390.6100.450.72135.3543.4319.41
Hex1C47273D02D48872b13
Octal3410747750551102075323
Binary111001000111100111111101010110110010001000011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>