#0B1605

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

Shades of Pine Tree #0B1605

Tints of Pine Tree #0B1605

Color information

#0B1605 (or 0x0B1605) is unknown color: approx Pine Tree. HEX triplet: 0B, 16 and 05. RGB value is (11,22,5). Sum of RGB (Red+Green+Blue) = 11+22+5=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1605 is #F4E9FA. Grayscale: #101010. Windows color (decimal): -16050683 or 333323. OLE color: 333323.

HSL color Cylindrical-coordinate representation of color #0B1605: hue angle of 98.82º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B1605 is Cyan = 0.5, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB11225-
CMYK0.500.770.91
HSL98.82º62.96%5.29%-
HSV(B)98.82º77.27%8.63%-
XYZ0.450.660.25-
YUV16.77121.36123.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 22 (8.98% from 255) = 57.89%
BLUE value IS 5 (2.34% from 255) = 13.16%
R=28.95%
G=57.89%
B=13.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112250.500.770.9198.8262.965.29
HexB1653204D5B633f5
Octal13265620115133143775
Binary1011101101011100100100110110110111100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,5); }

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

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

 a { background-color: rgb(11,22,5); }

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

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

 span { border-color: rgb(11,22,5); }

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