#15270B

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

Shades of Pine Tree #15270B

Tints of Pine Tree #15270B

Color information

#15270B (or 0x15270B) is unknown color: approx Pine Tree. HEX triplet: 15, 27 and 0B. RGB value is (21,39,11). Sum of RGB (Red+Green+Blue) = 21+39+11=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #15270B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15270B is #EAD8F4. Grayscale: #1E1E1E. Windows color (decimal): -15390965 or 730901. OLE color: 730901.

HSL color Cylindrical-coordinate representation of color #15270B: hue angle of 98.57º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15270B is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.85.

Color convert

RGB213911-
CMYK0.4600.720.85
HSL98.57º56%9.8%-
HSV(B)98.57º71.79%15.29%-
XYZ1.11.630.57-
YUV30.43117.04121.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 29.58%
GREEN value IS 39 (15.62% from 255) = 54.93%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=29.58%
G=54.93%
B=15.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2139110.4600.720.8598.57569.8
Hex1527B2E048556338a
Octal2547135601101251437012
Binary10101100111101110111001001000101010111000111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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