#1C2808

Color #1C2808 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #1C2808

Tints of Pine Tree #1C2808

Color information

#1C2808 (or 0x1C2808) is unknown color: approx Pine Tree. HEX triplet: 1C, 28 and 08. RGB value is (28,40,8). Sum of RGB (Red+Green+Blue) = 28+40+8=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 8 (3.52% from 255 or 10.53% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #1C2808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2808 is #E3D7F7. Grayscale: #202020. Windows color (decimal): -14931960 or 534556. OLE color: 534556.

HSL color Cylindrical-coordinate representation of color #1C2808: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C2808 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB28408-
CMYK0.3000.800.84
HSL82.5º66.67%9.41%-
HSV(B)82.5º80%15.69%-
XYZ1.281.780.51-
YUV32.76114.02124.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.84%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 8 (3.52% from 255) = 10.53%
R=36.84%
G=52.63%
B=10.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal284080.3000.800.8482.566.679.41
Hex1C2881E0505452439
Octal34501036012012412210311
Binary11100101000100011110010100001010100101001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,40,8); }

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

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

 a { background-color: rgb(28,40,8); }

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

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

 span { border-color: rgb(28,40,8); }

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