#1C3905

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

Shades of Pine Tree #1C3905

Tints of Pine Tree #1C3905

Color information

#1C3905 (or 0x1C3905) is unknown color: approx Pine Tree. HEX triplet: 1C, 39 and 05. RGB value is (28,57,5). Sum of RGB (Red+Green+Blue) = 28+57+5=90 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.11% from 90); Green value is 57 (22.66% from 255 or 63.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 57 - color contains mainly: green. Hex color #1C3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C3905 is #E3C6FA. Grayscale: #2A2A2A. Windows color (decimal): -14927611 or 342300. OLE color: 342300.

HSL color Cylindrical-coordinate representation of color #1C3905: hue angle of 93.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1C3905 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB28575-
CMYK0.5100.910.78
HSL93.46º83.87%12.16%-
HSV(B)93.46º91.23%22.35%-
XYZ1.973.180.65-
YUV42.4106.89117.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 31.11%
GREEN value IS 57 (22.66% from 255) = 63.33%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=31.11%
G=63.33%
B=5.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal285750.5100.910.7893.4683.8712.16
Hex1C3953305B4E5d54c
Octal3471563013311613512414
Binary11100111001101110011010110111001110101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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