#1C2511

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

Shades of Pine Tree #1C2511

Tints of Pine Tree #1C2511

Color information

#1C2511 (or 0x1C2511) is unknown color: approx Pine Tree. HEX triplet: 1C, 25 and 11. RGB value is (28,37,17). Sum of RGB (Red+Green+Blue) = 28+37+17=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #1C2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2511 is #E3DAEE. Grayscale: #202020. Windows color (decimal): -14932719 or 1123612. OLE color: 1123612.

HSL color Cylindrical-coordinate representation of color #1C2511: hue angle of 87º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C2511 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.

Color convert

RGB283717-
CMYK0.2400.540.85
HSL87º37.04%10.59%-
HSV(B)87º54.05%14.51%-
XYZ1.241.610.78-
YUV32.03119.52125.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 34.15%
GREEN value IS 37 (14.84% from 255) = 45.12%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=34.15%
G=45.12%
B=20.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837170.2400.540.858737.0410.59
Hex1C251118036555725b
Octal344521300661251274513
Binary1110010010110001110000110110101010110101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,17); }

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

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

 a { background-color: rgb(28,37,17); }

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

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

 span { border-color: rgb(28,37,17); }

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