#1C4A27

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

Shades of Deep Fir #1C4A27

Tints of Deep Fir #1C4A27

Color information

#1C4A27 (or 0x1C4A27) is unknown color: approx Deep Fir. HEX triplet: 1C, 4A and 27. RGB value is (28,74,39). Sum of RGB (Red+Green+Blue) = 28+74+39=141 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.86% from 141); Green value is 74 (29.30% from 255 or 52.48% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 74 - color contains mainly: green. Hex color #1C4A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4A27 is #E3B5D8. Grayscale: #383838. Windows color (decimal): -14923225 or 2574876. OLE color: 2574876.

HSL color Cylindrical-coordinate representation of color #1C4A27: hue angle of 134.35º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C4A27 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB287439-
CMYK0.6200.470.71
HSL134.35º45.1%20%-
HSV(B)134.35º62.16%29.02%-
XYZ3.295.292.77-
YUV56.26118.26107.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.86%
GREEN value IS 74 (29.30% from 255) = 52.48%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=19.86%
G=52.48%
B=27.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2874390.6200.470.71134.3545.120
Hex1C4A273E02F47862d14
Octal3411247760571072065524
Binary111001001010100111111110010111110001111000011010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C4A27;
 }
 .AnyTagClassName
 {
   color: #1C4A27;
 }
</style>
background-color css

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

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

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

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

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

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