#181F10

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

Shades of Pine Tree #181F10

Tints of Pine Tree #181F10

Color information

#181F10 (or 0x181F10) is unknown color: approx Pine Tree. HEX triplet: 18, 1F and 10. RGB value is (24,31,16). Sum of RGB (Red+Green+Blue) = 24+31+16=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 31 - color contains mainly: green. Hex color #181F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181F10 is #E7E0EF. Grayscale: #1B1B1B. Windows color (decimal): -15196400 or 1056536. OLE color: 1056536.

HSL color Cylindrical-coordinate representation of color #181F10: hue angle of 88º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #181F10 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.

Color convert

RGB243116-
CMYK0.2300.480.88
HSL88º31.91%9.22%-
HSV(B)88º48.39%12.16%-
XYZ0.961.210.67-
YUV27.2121.68125.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 31 (12.5% from 255) = 43.66%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=33.80%
G=43.66%
B=22.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2431160.2300.480.888831.919.22
Hex181F10170305858209
Octal303720270601301304011
Binary110001111110000101110110000101100010110001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F10; }

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

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

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

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

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

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

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

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