#152302

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

Shades of Pine Tree #152302

Tints of Pine Tree #152302

Color information

#152302 (or 0x152302) is unknown color: approx Pine Tree. HEX triplet: 15, 23 and 02. RGB value is (21,35,2). Sum of RGB (Red+Green+Blue) = 21+35+2=58 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.21% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #152302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152302 is #EADCFD. Grayscale: #1B1B1B. Windows color (decimal): -15391998 or 140053. OLE color: 140053.

HSL color Cylindrical-coordinate representation of color #152302: hue angle of 85.45º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #152302 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB21352-
CMYK0.4000.940.86
HSL85.45º89.19%7.25%-
HSV(B)85.45º94.29%13.73%-
XYZ0.921.370.27-
YUV27.05113.86123.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 36.21%
GREEN value IS 35 (14.06% from 255) = 60.34%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=36.21%
G=60.34%
B=3.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213520.4000.940.8685.4589.197.25
Hex152322805E5655597
Octal254325001361261251317
Binary101011000111010100001011110101011010101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152302; }

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

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

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

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

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

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

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

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