#102004

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

Shades of Pine Tree #102004

Tints of Pine Tree #102004

Color information

#102004 (or 0x102004) is unknown color: approx Pine Tree. HEX triplet: 10, 20 and 04. RGB value is (16,32,4). Sum of RGB (Red+Green+Blue) = 16+32+4=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #102004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102004 is #EFDFFB. Grayscale: #181818. Windows color (decimal): -15720444 or 270352. OLE color: 270352.

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

Color convert

RGB16324-
CMYK0.500.870.87
HSL94.29º77.78%7.06%-
HSV(B)94.29º87.5%12.55%-
XYZ0.751.150.3-
YUV24.02116.7122.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 32 (12.89% from 255) = 61.54%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=30.77%
G=61.54%
B=7.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal163240.500.870.8794.2977.787.06
Hex1020432057575e4e7
Octal204046201271271361167
Binary1000010000010011001001010111101011110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102004; }

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

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

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

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

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

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

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

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