#12150B

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

Shades of Pine Tree #12150B

Tints of Pine Tree #12150B

Color information

#12150B (or 0x12150B) is unknown color: approx Pine Tree. HEX triplet: 12, 15 and 0B. RGB value is (18,21,11). Sum of RGB (Red+Green+Blue) = 18+21+11=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #12150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12150B is #EDEAF4. Grayscale: #131313. Windows color (decimal): -15592181 or 726290. OLE color: 726290.

HSL color Cylindrical-coordinate representation of color #12150B: hue angle of 78º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #12150B is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB182111-
CMYK0.1400.480.92
HSL78º31.25%6.27%-
HSV(B)78º47.62%8.24%-
XYZ0.580.690.42-
YUV18.96123.51127.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 36%
GREEN value IS 21 (8.59% from 255) = 42%
BLUE value IS 11 (4.69% from 255) = 22%
R=36%
G=42%
B=22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1821110.1400.480.927831.256.27
Hex1215BE0305C4e1f6
Octal22251316060134116376
Binary10010101011011111001100001011100100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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