#0B1A01

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

Shades of Pine Tree #0B1A01

Tints of Pine Tree #0B1A01

Color information

#0B1A01 (or 0x0B1A01) is unknown color: approx Pine Tree. HEX triplet: 0B, 1A and 01. RGB value is (11,26,1). Sum of RGB (Red+Green+Blue) = 11+26+1=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 26 (10.55% from 255 or 68.42% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A01 is #F4E5FE. Grayscale: #121212. Windows color (decimal): -16049663 or 72203. OLE color: 72203.

HSL color Cylindrical-coordinate representation of color #0B1A01: hue angle of 96º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B1A01 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB11261-
CMYK0.5800.960.90
HSL96º92.59%5.29%-
HSV(B)96º96.15%10.2%-
XYZ0.510.810.16-
YUV18.66118.03122.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 26 (10.55% from 255) = 68.42%
BLUE value IS 1 (0.78% from 255) = 2.63%
R=28.95%
G=68.42%
B=2.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal112610.5800.960.909692.595.29
HexB1A13A0605A605d5
Octal133217201401321401355
Binary101111010111101001100000101101011000001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,26,1); }

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

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

 a { background-color: rgb(11,26,1); }

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

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

 span { border-color: rgb(11,26,1); }

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