#102003

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

Shades of Pine Tree #102003

Tints of Pine Tree #102003

Color information

#102003 (or 0x102003) is unknown color: approx Pine Tree. HEX triplet: 10, 20 and 03. RGB value is (16,32,3). Sum of RGB (Red+Green+Blue) = 16+32+3=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 32 (12.89% from 255 or 62.75% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 32 - color contains mainly: green. Hex color #102003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102003 is #EFDFFC. Grayscale: #181818. Windows color (decimal): -15720445 or 204816. OLE color: 204816.

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

Color convert

RGB16323-
CMYK0.500.910.87
HSL93.1º82.86%6.86%-
HSV(B)93.1º90.62%12.55%-
XYZ0.751.150.27-
YUV23.91116.2122.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 32 (12.89% from 255) = 62.75%
BLUE value IS 3 (1.56% from 255) = 5.88%
R=31.37%
G=62.75%
B=5.88%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal163230.500.910.8793.182.866.86
Hex102033205B575d537
Octal204036201331271351237
Binary100001000001111001001011011101011110111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102003; }

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

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

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

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

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

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

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

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