#16240D

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

Shades of Pine Tree #16240D

Tints of Pine Tree #16240D

Color information

#16240D (or 0x16240D) is unknown color: approx Pine Tree. HEX triplet: 16, 24 and 0D. RGB value is (22,36,13). Sum of RGB (Red+Green+Blue) = 22+36+13=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 36 (14.45% from 255 or 50.70% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 36 - color contains mainly: green. Hex color #16240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16240D is #E9DBF2. Grayscale: #1D1D1D. Windows color (decimal): -15326195 or 861206. OLE color: 861206.

HSL color Cylindrical-coordinate representation of color #16240D: hue angle of 96.52º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #16240D is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB223613-
CMYK0.3900.640.86
HSL96.52º46.94%9.61%-
HSV(B)96.52º63.89%14.12%-
XYZ1.031.460.61-
YUV29.19118.86122.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 30.99%
GREEN value IS 36 (14.45% from 255) = 50.70%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=30.99%
G=50.70%
B=18.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2236130.3900.640.8696.5246.949.61
Hex1624D2704056612fa
Octal2644154701001261415712
Binary10110100100110110011101000000101011011000011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16240D; }

 p { color: rgb(22,36,13); }

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

<style>
 a { background-color: #16240D; }

 a { background-color: rgb(22,36,13); }

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

<style>
 span { border-color: #16240D; }

 span { border-color: rgb(22,36,13); }

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