#1C4826

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

Shades of Deep Fir #1C4826

Tints of Deep Fir #1C4826

Color information

#1C4826 (or 0x1C4826) is unknown color: approx Deep Fir. HEX triplet: 1C, 48 and 26. RGB value is (28,72,38). Sum of RGB (Red+Green+Blue) = 28+72+38=138 (18% of max value = 765). Red value is 28 (11.33% from 255 or 20.29% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #1C4826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4826 is #E3B7D9. Grayscale: #373737. Windows color (decimal): -14923738 or 2508828. OLE color: 2508828.

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

Color convert

RGB287238-
CMYK0.6100.470.72
HSL133.64º44%19.61%-
HSV(B)133.64º61.11%28.24%-
XYZ3.155.022.64-
YUV54.97118.42108.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 20.29%
GREEN value IS 72 (28.52% from 255) = 52.17%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=20.29%
G=52.17%
B=27.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2872380.6100.470.72133.644419.61
Hex1C48263D02F48862c14
Octal3411046750571102065424
Binary111001001000100110111101010111110010001000011010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,72,38); }

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

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

 a { background-color: rgb(28,72,38); }

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

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

 span { border-color: rgb(28,72,38); }

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