#182510

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

Shades of Pine Tree #182510

Tints of Pine Tree #182510

Color information

#182510 (or 0x182510) is unknown color: approx Pine Tree. HEX triplet: 18, 25 and 10. RGB value is (24,37,16). Sum of RGB (Red+Green+Blue) = 24+37+16=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 37 (14.84% from 255 or 48.05% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 37 - color contains mainly: green. Hex color #182510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182510 is #E7DAEF. Grayscale: #1E1E1E. Windows color (decimal): -15194864 or 1058072. OLE color: 1058072.

HSL color Cylindrical-coordinate representation of color #182510: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #182510 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.85.

Color convert

RGB243716-
CMYK0.3500.570.85
HSL97.14º39.62%10.39%-
HSV(B)97.14º56.76%14.51%-
XYZ1.131.550.73-
YUV30.72119.69123.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 31.17%
GREEN value IS 37 (14.84% from 255) = 48.05%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=31.17%
G=48.05%
B=20.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437160.3500.570.8597.1439.6210.39
Hex18251023039556128a
Octal304520430711251415012
Binary11000100101100001000110111001101010111000011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182510; }

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

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

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

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

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

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

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

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