#18260F

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

Shades of Pine Tree #18260F

Tints of Pine Tree #18260F

Color information

#18260F (or 0x18260F) is unknown color: approx Pine Tree. HEX triplet: 18, 26 and 0F. RGB value is (24,38,15). Sum of RGB (Red+Green+Blue) = 24+38+15=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 38 (15.23% from 255 or 49.35% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 38 - color contains mainly: green. Hex color #18260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18260F is #E7D9F0. Grayscale: #1F1F1F. Windows color (decimal): -15194609 or 992792. OLE color: 992792.

HSL color Cylindrical-coordinate representation of color #18260F: hue angle of 96.52º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18260F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB243815-
CMYK0.3700.610.85
HSL96.52º43.4%10.39%-
HSV(B)96.52º60.53%14.9%-
XYZ1.161.610.7-
YUV31.19118.86122.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 38 (15.23% from 255) = 49.35%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=31.17%
G=49.35%
B=19.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438150.3700.610.8596.5243.410.39
Hex1826F2503D55612ba
Octal304617450751251415312
Binary1100010011011111001010111101101010111000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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