#1C2705

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

Shades of Pine Tree #1C2705

Tints of Pine Tree #1C2705

Color information

#1C2705 (or 0x1C2705) is unknown color: approx Pine Tree. HEX triplet: 1C, 27 and 05. RGB value is (28,39,5). Sum of RGB (Red+Green+Blue) = 28+39+5=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 39 (15.62% from 255 or 54.17% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 39 - color contains mainly: green. Hex color #1C2705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2705 is #E3D8FA. Grayscale: #1F1F1F. Windows color (decimal): -14932219 or 337692. OLE color: 337692.

HSL color Cylindrical-coordinate representation of color #1C2705: hue angle of 79.41º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2705 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.85.

Color convert

RGB28395-
CMYK0.2800.870.85
HSL79.41º77.27%8.63%-
HSV(B)79.41º87.18%15.29%-
XYZ1.231.710.41-
YUV31.83112.86125.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 39 (15.62% from 255) = 54.17%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=38.89%
G=54.17%
B=6.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal283950.2800.870.8579.4177.278.63
Hex1C2751C057554f4d9
Octal3447534012712511711511
Binary1110010011110111100010101111010101100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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