#0B1507

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

Shades of Pine Tree #0B1507

Tints of Pine Tree #0B1507

Color information

#0B1507 (or 0x0B1507) is unknown color: approx Pine Tree. HEX triplet: 0B, 15 and 07. RGB value is (11,21,7). Sum of RGB (Red+Green+Blue) = 11+21+7=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1507 is #F4EAF8. Grayscale: #101010. Windows color (decimal): -16050937 or 464139. OLE color: 464139.

HSL color Cylindrical-coordinate representation of color #0B1507: hue angle of 102.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B1507 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.92.

Color convert

RGB11217-
CMYK0.4800.670.92
HSL102.86º50%5.49%-
HSV(B)102.86º66.67%8.24%-
XYZ0.440.620.3-
YUV16.41122.69124.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.21%
GREEN value IS 21 (8.59% from 255) = 53.85%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=28.21%
G=53.85%
B=17.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal112170.4800.670.92102.86505.49
HexB157300435C67325
Octal13257600103134147625
Binary1011101011111100000100001110111001100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1507; }

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

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

<style>
 a { background-color: #0B1507; }

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

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

<style>
 span { border-color: #0B1507; }

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

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