#161E10

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

Shades of Pine Tree #161E10

Tints of Pine Tree #161E10

Color information

#161E10 (or 0x161E10) is unknown color: approx Pine Tree. HEX triplet: 16, 1E and 10. RGB value is (22,30,16). Sum of RGB (Red+Green+Blue) = 22+30+16=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 30 - color contains mainly: green. Hex color #161E10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E10 is #E9E1EF. Grayscale: #1A1A1A. Windows color (decimal): -15327728 or 1056278. OLE color: 1056278.

HSL color Cylindrical-coordinate representation of color #161E10: hue angle of 94.29º 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 #161E10 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.88.

Color convert

RGB223016-
CMYK0.2700.470.88
HSL94.29º30.43%9.02%-
HSV(B)94.29º46.67%11.76%-
XYZ0.891.140.66-
YUV26.01122.35125.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 32.35%
GREEN value IS 30 (12.11% from 255) = 44.12%
BLUE value IS 16 (6.64% from 255) = 23.53%
R=32.35%
G=44.12%
B=23.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230160.2700.470.8894.2930.439.02
Hex161E101B02F585e1e9
Octal263620330571301363611
Binary10110111101000011011010111110110001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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