#161E0A

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

Shades of Pine Tree #161E0A

Tints of Pine Tree #161E0A

Color information

#161E0A (or 0x161E0A) is unknown color: approx Pine Tree. HEX triplet: 16, 1E and 0A. RGB value is (22,30,10). Sum of RGB (Red+Green+Blue) = 22+30+10=62 (8% of max value = 765). Red value is 22 (8.98% from 255 or 35.48% from 62); Green value is 30 (12.11% from 255 or 48.39% from 62); Blue value is 10 (4.30% from 255 or 16.13% from 62); Max value from RGB is 30 - color contains mainly: green. Hex color #161E0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E0A is #E9E1F5. Grayscale: #191919. Windows color (decimal): -15327734 or 663062. OLE color: 663062.

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

Color convert

RGB223010-
CMYK0.2700.670.88
HSL84º50%7.84%-
HSV(B)84º66.67%11.76%-
XYZ0.851.120.46-
YUV25.33119.35125.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 35.48%
GREEN value IS 30 (12.11% from 255) = 48.39%
BLUE value IS 10 (4.30% from 255) = 16.13%
R=35.48%
G=48.39%
B=16.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2230100.2700.670.8884507.84
Hex161EA1B0435854328
Octal2636123301031301246210
Binary101101111010101101101000011101100010101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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