#1C2912

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

Shades of Pine Tree #1C2912

Tints of Pine Tree #1C2912

Color information

#1C2912 (or 0x1C2912) is unknown color: approx Pine Tree. HEX triplet: 1C, 29 and 12. RGB value is (28,41,18). Sum of RGB (Red+Green+Blue) = 28+41+18=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #1C2912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C2912 is #E3D6ED. Grayscale: #222222. Windows color (decimal): -14931694 or 1190172. OLE color: 1190172.

HSL color Cylindrical-coordinate representation of color #1C2912: hue angle of 93.91º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1C2912 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB284118-
CMYK0.3200.560.84
HSL93.91º38.98%11.57%-
HSV(B)93.91º56.1%16.08%-
XYZ1.381.880.86-
YUV34.49118.69123.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 32.18%
GREEN value IS 41 (16.41% from 255) = 47.13%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=32.18%
G=47.13%
B=20.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2841180.3200.560.8493.9138.9811.57
Hex1C291220038545e27c
Octal345122400701241364714
Binary11100101001100101000000111000101010010111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,41,18); }

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

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

 a { background-color: rgb(28,41,18); }

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

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

 span { border-color: rgb(28,41,18); }

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