#182610

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

Shades of Pine Tree #182610

Tints of Pine Tree #182610

Color information

#182610 (or 0x182610) is unknown color: approx Pine Tree. HEX triplet: 18, 26 and 10. RGB value is (24,38,16). Sum of RGB (Red+Green+Blue) = 24+38+16=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 38 (15.23% from 255 or 48.72% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 38 - color contains mainly: green. Hex color #182610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182610 is #E7D9EF. Grayscale: #1F1F1F. Windows color (decimal): -15194608 or 1058328. OLE color: 1058328.

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

Color convert

RGB243816-
CMYK0.3700.580.85
HSL98.18º40.74%10.59%-
HSV(B)98.18º57.89%14.9%-
XYZ1.161.620.74-
YUV31.31119.36122.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30.77%
GREEN value IS 38 (15.23% from 255) = 48.72%
BLUE value IS 16 (6.64% from 255) = 20.51%
R=30.77%
G=48.72%
B=20.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2438160.3700.580.8598.1840.7410.59
Hex1826102503A556229b
Octal304620450721251425113
Binary11000100110100001001010111010101010111000101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182610; }

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

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

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

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

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

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

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

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