#152600

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

Shades of Pine Tree #152600

Tints of Pine Tree #152600

Color information

#152600 (or 0x152600) is unknown color: approx Pine Tree. HEX triplet: 15, 26 and 00. RGB value is (21,38,0). Sum of RGB (Red+Green+Blue) = 21+38+0=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 38 (15.23% from 255 or 64.41% from 59); Blue value is 0 (0.39% from 255 or 0% from 59); Max value from RGB is 38 - color contains mainly: green. Hex color #152600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152600 is #EAD9FF. Grayscale: #1C1C1C. Windows color (decimal): -15391232 or 9749. OLE color: 9749.

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

Color convert

RGB21380-
CMYK0.45010.85
HSL86.84º100%7.45%-
HSV(B)86.84º100%14.9%-
XYZ11.550.25-
YUV28.58111.87122.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 35.59%
GREEN value IS 38 (15.23% from 255) = 64.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.59%
G=64.41%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal213800.45010.8586.841007.45
Hex152602D0645557647
Octal254605501441251271447
Binary10101100110010110101100100101010110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152600; }

 p { color: rgb(21,38,0); }

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

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

 a { background-color: rgb(21,38,0); }

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

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

 span { border-color: rgb(21,38,0); }

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