#152403

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

Shades of Pine Tree #152403

Tints of Pine Tree #152403

Color information

#152403 (or 0x152403) is unknown color: approx Pine Tree. HEX triplet: 15, 24 and 03. RGB value is (21,36,3). Sum of RGB (Red+Green+Blue) = 21+36+3=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #152403 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152403 is #EADBFC. Grayscale: #1B1B1B. Windows color (decimal): -15391741 or 205845. OLE color: 205845.

HSL color Cylindrical-coordinate representation of color #152403: hue angle of 87.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #152403 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.86.

Color convert

RGB21363-
CMYK0.4200.920.86
HSL87.27º84.62%7.65%-
HSV(B)87.27º91.67%14.12%-
XYZ0.961.430.31-
YUV27.75114.03123.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35%
GREEN value IS 36 (14.45% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 5%
R=35%
G=60%
B=5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal213630.4200.920.8687.2784.627.65
Hex152432A05C5657558
Octal2544352013412612712510
Binary1010110010011101010010111001010110101011110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152403; }

 p { color: rgb(21,36,3); }

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

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

 a { background-color: rgb(21,36,3); }

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

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

 span { border-color: rgb(21,36,3); }

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