#153102

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

Shades of Pine Tree #153102

Tints of Pine Tree #153102

Color information

#153102 (or 0x153102) is unknown color: approx Pine Tree. HEX triplet: 15, 31 and 02. RGB value is (21,49,2). Sum of RGB (Red+Green+Blue) = 21+49+2=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 49 (19.53% from 255 or 68.06% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 49 - color contains mainly: green. Hex color #153102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #153102 is #EACEFD. Grayscale: #232323. Windows color (decimal): -15388414 or 143637. OLE color: 143637.

HSL color Cylindrical-coordinate representation of color #153102: hue angle of 95.74º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #153102 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB21492-
CMYK0.5700.960.81
HSL95.74º92.16%10%-
HSV(B)95.74º95.92%19.22%-
XYZ1.422.360.44-
YUV35.27109.22117.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 49 (19.53% from 255) = 68.06%
BLUE value IS 2 (1.17% from 255) = 2.78%
R=29.17%
G=68.06%
B=2.78%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal214920.5700.960.8195.7492.1610
Hex153123906051605ca
Octal2561271014012114013412
Binary1010111000110111001011000001010001110000010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153102; }

 p { color: rgb(21,49,2); }

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

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

 a { background-color: rgb(21,49,2); }

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

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

 span { border-color: rgb(21,49,2); }

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