#15240B

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

Shades of Pine Tree #15240B

Tints of Pine Tree #15240B

Color information

#15240B (or 0x15240B) is unknown color: approx Pine Tree. HEX triplet: 15, 24 and 0B. RGB value is (21,36,11). Sum of RGB (Red+Green+Blue) = 21+36+11=68 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.88% from 68); Green value is 36 (14.45% from 255 or 52.94% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 36 - color contains mainly: green. Hex color #15240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15240B is #EADBF4. Grayscale: #1C1C1C. Windows color (decimal): -15391733 or 730133. OLE color: 730133.

HSL color Cylindrical-coordinate representation of color #15240B: hue angle of 96º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #15240B is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.

Color convert

RGB213611-
CMYK0.4200.690.86
HSL96º53.19%9.22%-
HSV(B)96º69.44%14.12%-
XYZ11.450.54-
YUV28.66118.03122.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 30.88%
GREEN value IS 36 (14.45% from 255) = 52.94%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=30.88%
G=52.94%
B=16.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2136110.4200.690.869653.199.22
Hex1524B2A0455660359
Octal2544135201051261406511
Binary10101100100101110101001000101101011011000001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15240B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15240B; }

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

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

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

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

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

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

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

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