#102000

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

Shades of Pine Tree #102000

Tints of Pine Tree #102000

Color information

#102000 (or 0x102000) is unknown color: approx Pine Tree. HEX triplet: 10, 20 and 00. RGB value is (16,32,0). Sum of RGB (Red+Green+Blue) = 16+32+0=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 32 (12.89% from 255 or 66.67% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 32 - color contains mainly: green. Hex color #102000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102000 is #EFDFFF. Grayscale: #171717. Windows color (decimal): -15720448 or 8208. OLE color: 8208.

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

Color convert

RGB16320-
CMYK0.5010.87
HSL90º100%6.27%-
HSV(B)90º100%12.55%-
XYZ0.731.140.18-
YUV23.57114.7122.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal163200.5010.87901006.27
Hex1020032064575a646
Octal204006201441271321446
Binary10000100000011001001100100101011110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102000; }

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

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

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

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

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

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

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

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