#102009

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

Shades of Pine Tree #102009

Tints of Pine Tree #102009

Color information

#102009 (or 0x102009) is unknown color: approx Pine Tree. HEX triplet: 10, 20 and 09. RGB value is (16,32,9). Sum of RGB (Red+Green+Blue) = 16+32+9=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #102009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102009 is #EFDFF6. Grayscale: #181818. Windows color (decimal): -15720439 or 598032. OLE color: 598032.

HSL color Cylindrical-coordinate representation of color #102009: hue angle of 101.74º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #102009 is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB16329-
CMYK0.500.720.87
HSL101.74º56.1%8.04%-
HSV(B)101.74º71.88%12.55%-
XYZ0.781.160.44-
YUV24.59119.2121.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.07%
GREEN value IS 32 (12.89% from 255) = 56.14%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=28.07%
G=56.14%
B=15.79%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal163290.500.720.87101.7456.18.04
Hex10209320485766388
Octal2040116201101271467010
Binary10000100000100111001001001000101011111001101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102009; }

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

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

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

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

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

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

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

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