#15280B

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

Shades of Pine Tree #15280B

Tints of Pine Tree #15280B

Color information

#15280B (or 0x15280B) is unknown color: approx Pine Tree. HEX triplet: 15, 28 and 0B. RGB value is (21,40,11). Sum of RGB (Red+Green+Blue) = 21+40+11=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 40 (16.02% from 255 or 55.56% from 72); Blue value is 11 (4.69% from 255 or 15.28% from 72); Max value from RGB is 40 - color contains mainly: green. Hex color #15280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15280B is #EAD7F4. Grayscale: #1F1F1F. Windows color (decimal): -15390709 or 731157. OLE color: 731157.

HSL color Cylindrical-coordinate representation of color #15280B: hue angle of 99.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15280B is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.

Color convert

RGB214011-
CMYK0.4800.720.84
HSL99.31º56.86%10%-
HSV(B)99.31º72.5%15.69%-
XYZ1.131.70.59-
YUV31.01116.71120.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.17%
GREEN value IS 40 (16.02% from 255) = 55.56%
BLUE value IS 11 (4.69% from 255) = 15.28%
R=29.17%
G=55.56%
B=15.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2140110.4800.720.8499.3156.8610
Hex1528B30048546339a
Octal2550136001101241437112
Binary10101101000101111000001001000101010011000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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