#0B1602

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

Shades of Pine Tree #0B1602

Tints of Pine Tree #0B1602

Color information

#0B1602 (or 0x0B1602) is unknown color: approx Pine Tree. HEX triplet: 0B, 16 and 02. RGB value is (11,22,2). Sum of RGB (Red+Green+Blue) = 11+22+2=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 22 (8.98% from 255 or 62.86% from 35); Blue value is 2 (1.17% from 255 or 5.71% from 35); Max value from RGB is 22 - color contains mainly: green. Hex color #0B1602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1602 is #F4E9FD. Grayscale: #101010. Windows color (decimal): -16050686 or 136715. OLE color: 136715.

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

Color convert

RGB11222-
CMYK0.500.910.91
HSL93º83.33%4.71%-
HSV(B)93º90.91%8.63%-
XYZ0.440.650.16-
YUV16.43119.86124.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 22 (8.98% from 255) = 62.86%
BLUE value IS 2 (1.17% from 255) = 5.71%
R=31.43%
G=62.86%
B=5.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112220.500.910.919383.334.71
HexB1623205B5B5d535
Octal132626201331331351235
Binary1011101101011001001011011101101110111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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