#16230F

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

Shades of Pine Tree #16230F

Tints of Pine Tree #16230F

Color information

#16230F (or 0x16230F) is unknown color: approx Pine Tree. HEX triplet: 16, 23 and 0F. RGB value is (22,35,15). Sum of RGB (Red+Green+Blue) = 22+35+15=72 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.56% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #16230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16230F is #E9DCF0. Grayscale: #1C1C1C. Windows color (decimal): -15326449 or 992022. OLE color: 992022.

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

Color convert

RGB223515-
CMYK0.3700.570.86
HSL99º40%9.8%-
HSV(B)99º57.14%13.73%-
XYZ1.021.410.67-
YUV28.83120.19123.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.56%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=30.56%
G=48.61%
B=20.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2235150.3700.570.8699409.8
Hex1623F25039566328a
Octal264317450711261435012
Binary1011010001111111001010111001101011011000111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16230F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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