#161E06

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

Shades of Pine Tree #161E06

Tints of Pine Tree #161E06

Color information

#161E06 (or 0x161E06) is unknown color: approx Pine Tree. HEX triplet: 16, 1E and 06. RGB value is (22,30,6). Sum of RGB (Red+Green+Blue) = 22+30+6=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #161E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E06 is #E9E1F9. Grayscale: #181818. Windows color (decimal): -15327738 or 400918. OLE color: 400918.

HSL color Cylindrical-coordinate representation of color #161E06: hue angle of 80º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161E06 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB22306-
CMYK0.2700.800.88
HSL80º66.67%7.06%-
HSV(B)80º80%11.76%-
XYZ0.831.110.34-
YUV24.87117.35125.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 37.93%
GREEN value IS 30 (12.11% from 255) = 51.72%
BLUE value IS 6 (2.73% from 255) = 10.34%
R=37.93%
G=51.72%
B=10.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal223060.2700.800.888066.677.06
Hex161E61B0505850437
Octal263663301201301201037
Binary10110111101101101101010000101100010100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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