#152501

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

Shades of Pine Tree #152501

Tints of Pine Tree #152501

Color information

#152501 (or 0x152501) is unknown color: approx Pine Tree. HEX triplet: 15, 25 and 01. RGB value is (21,37,1). Sum of RGB (Red+Green+Blue) = 21+37+1=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #152501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152501 is #EADAFE. Grayscale: #1C1C1C. Windows color (decimal): -15391487 or 75029. OLE color: 75029.

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

Color convert

RGB21371-
CMYK0.4300.970.85
HSL86.67º94.74%7.45%-
HSV(B)86.67º97.3%14.51%-
XYZ0.981.480.26-
YUV28.11112.7122.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 37 (14.84% from 255) = 62.71%
BLUE value IS 1 (0.78% from 255) = 1.69%
R=35.59%
G=62.71%
B=1.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213710.4300.970.8586.6794.747.45
Hex152512B06155575f7
Octal254515301411251271377
Binary10101100101110101101100001101010110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152501; }

 p { color: rgb(21,37,1); }

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

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

 a { background-color: rgb(21,37,1); }

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

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

 span { border-color: rgb(21,37,1); }

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