#18290C

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

Shades of Pine Tree #18290C

Tints of Pine Tree #18290C

Color information

#18290C (or 0x18290C) is unknown color: approx Pine Tree. HEX triplet: 18, 29 and 0C. RGB value is (24,41,12). Sum of RGB (Red+Green+Blue) = 24+41+12=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #18290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18290C is #E7D6F3. Grayscale: #202020. Windows color (decimal): -15193844 or 796952. OLE color: 796952.

HSL color Cylindrical-coordinate representation of color #18290C: hue angle of 95.17º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18290C is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB244112-
CMYK0.4100.710.84
HSL95.17º54.72%10.39%-
HSV(B)95.17º70.73%16.08%-
XYZ1.241.810.63-
YUV32.61116.37121.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=31.17%
G=53.25%
B=15.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2441120.4100.710.8495.1754.7210.39
Hex1829C29047545f37a
Octal3051145101071241376712
Binary11000101001110010100101000111101010010111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18290C; }

 p { color: rgb(24,41,12); }

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

<style>
 a { background-color: #18290C; }

 a { background-color: rgb(24,41,12); }

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

<style>
 span { border-color: #18290C; }

 span { border-color: rgb(24,41,12); }

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