#181E10

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

Shades of Pine Tree #181E10

Tints of Pine Tree #181E10

Color information

#181E10 (or 0x181E10) is unknown color: approx Pine Tree. HEX triplet: 18, 1E and 10. RGB value is (24,30,16). Sum of RGB (Red+Green+Blue) = 24+30+16=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 30 - color contains mainly: green. Hex color #181E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181E10 is #E7E1EF. Grayscale: #1A1A1A. Windows color (decimal): -15196656 or 1056280. OLE color: 1056280.

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

Color convert

RGB243016-
CMYK0.2000.470.88
HSL85.71º30.43%9.02%-
HSV(B)85.71º46.67%11.76%-
XYZ0.931.160.66-
YUV26.61122.01126.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 30 (12.11% from 255) = 42.86%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=34.29%
G=42.86%
B=22.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2430160.2000.470.8885.7130.439.02
Hex181E101402F58561e9
Octal303620240571301263611
Binary11000111101000010100010111110110001010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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