#16230E

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

Shades of Pine Tree #16230E

Tints of Pine Tree #16230E

Color information

#16230E (or 0x16230E) is unknown color: approx Pine Tree. HEX triplet: 16, 23 and 0E. RGB value is (22,35,14). Sum of RGB (Red+Green+Blue) = 22+35+14=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #16230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16230E is #E9DCF1. Grayscale: #1C1C1C. Windows color (decimal): -15326450 or 926486. OLE color: 926486.

HSL color Cylindrical-coordinate representation of color #16230E: hue angle of 97.14º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #16230E is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB223514-
CMYK0.3700.600.86
HSL97.14º42.86%9.61%-
HSV(B)97.14º60%13.73%-
XYZ1.011.40.63-
YUV28.72119.69123.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 35 (14.06% from 255) = 49.30%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=30.99%
G=49.30%
B=19.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2235140.3700.600.8697.1442.869.61
Hex1623E2503C56612ba
Octal264316450741261415312
Binary1011010001111101001010111100101011011000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16230E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16230E; }

 p { color: rgb(22,35,14); }

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

<style>
 a { background-color: #16230E; }

 a { background-color: rgb(22,35,14); }

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

<style>
 span { border-color: #16230E; }

 span { border-color: rgb(22,35,14); }

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