#101F09

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

Shades of Pine Tree #101F09

Tints of Pine Tree #101F09

Color information

#101F09 (or 0x101F09) is unknown color: approx Pine Tree. HEX triplet: 10, 1F and 09. RGB value is (16,31,9). Sum of RGB (Red+Green+Blue) = 16+31+9=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 31 (12.5% from 255 or 55.36% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 31 - color contains mainly: green. Hex color #101F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #101F09 is #EFE0F6. Grayscale: #181818. Windows color (decimal): -15720695 or 597776. OLE color: 597776.

HSL color Cylindrical-coordinate representation of color #101F09: hue angle of 100.91º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #101F09 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB16319-
CMYK0.4800.710.88
HSL100.91º55%7.84%-
HSV(B)100.91º70.97%12.16%-
XYZ0.751.110.43-
YUV24.01119.53122.29-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 31 (12.5% from 255) = 55.36%
BLUE value IS 9 (3.91% from 255) = 16.07%
R=28.57%
G=55.36%
B=16.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal163190.4800.710.88100.91557.84
Hex101F9300475865378
Octal2037116001071301456710
Binary1000011111100111000001000111101100011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101F09; }

 p { color: rgb(16,31,9); }

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

<style>
 a { background-color: #101F09; }

 a { background-color: rgb(16,31,9); }

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

<style>
 span { border-color: #101F09; }

 span { border-color: rgb(16,31,9); }

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