#15220B

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

Shades of Pine Tree #15220B

Tints of Pine Tree #15220B

Color information

#15220B (or 0x15220B) is unknown color: approx Pine Tree. HEX triplet: 15, 22 and 0B. RGB value is (21,34,11). Sum of RGB (Red+Green+Blue) = 21+34+11=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 34 (13.67% from 255 or 51.52% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 34 - color contains mainly: green. Hex color #15220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15220B is #EADDF4. Grayscale: #1B1B1B. Windows color (decimal): -15392245 or 729621. OLE color: 729621.

HSL color Cylindrical-coordinate representation of color #15220B: hue angle of 93.91º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #15220B is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.

Color convert

RGB213411-
CMYK0.3800.680.87
HSL93.91º51.11%8.82%-
HSV(B)93.91º67.65%13.33%-
XYZ0.941.330.52-
YUV27.49118.69123.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 31.82%
GREEN value IS 34 (13.67% from 255) = 51.52%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=31.82%
G=51.52%
B=16.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2134110.3800.680.8793.9151.118.82
Hex1522B26044575e339
Octal2542134601041271366311
Binary10101100010101110011001000100101011110111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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