#18200F

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

Shades of Pine Tree #18200F

Tints of Pine Tree #18200F

Color information

#18200F (or 0x18200F) is unknown color: approx Pine Tree. HEX triplet: 18, 20 and 0F. RGB value is (24,32,15). Sum of RGB (Red+Green+Blue) = 24+32+15=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #18200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18200F is #E7DFF0. Grayscale: #1B1B1B. Windows color (decimal): -15196145 or 991256. OLE color: 991256.

HSL color Cylindrical-coordinate representation of color #18200F: hue angle of 88.24º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18200F is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB243215-
CMYK0.2500.530.87
HSL88.24º36.17%9.22%-
HSV(B)88.24º53.12%12.55%-
XYZ0.981.260.64-
YUV27.67120.85125.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 15 (6.25% from 255) = 21.13%
R=33.80%
G=45.07%
B=21.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2432150.2500.530.8788.2436.179.22
Hex1820F190355758249
Octal304017310651271304411
Binary110001000001111110010110101101011110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18200F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18200F; }

 p { color: rgb(24,32,15); }

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

<style>
 a { background-color: #18200F; }

 a { background-color: rgb(24,32,15); }

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

<style>
 span { border-color: #18200F; }

 span { border-color: rgb(24,32,15); }

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