#102502

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

Shades of Pine Tree #102502

Tints of Pine Tree #102502

Color information

#102502 (or 0x102502) is unknown color: approx Pine Tree. HEX triplet: 10, 25 and 02. RGB value is (16,37,2). Sum of RGB (Red+Green+Blue) = 16+37+2=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #102502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102502 is #EFDAFD. Grayscale: #1A1A1A. Windows color (decimal): -15719166 or 140560. OLE color: 140560.

HSL color Cylindrical-coordinate representation of color #102502: hue angle of 96º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #102502 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.85.

Color convert

RGB16372-
CMYK0.5700.950.85
HSL96º89.74%7.65%-
HSV(B)96º94.59%14.51%-
XYZ0.891.440.29-
YUV26.73114.04120.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.09%
GREEN value IS 37 (14.84% from 255) = 67.27%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=29.09%
G=67.27%
B=3.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal163720.5700.950.859689.747.65
Hex102523905F55605a8
Octal2045271013712514013210
Binary1000010010110111001010111111010101110000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #102502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #102502; }

 p { color: rgb(16,37,2); }

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

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

 a { background-color: rgb(16,37,2); }

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

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

 span { border-color: rgb(16,37,2); }

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