#0B1E01

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

Shades of Pine Tree #0B1E01

Tints of Pine Tree #0B1E01

Color information

#0B1E01 (or 0x0B1E01) is unknown color: approx Pine Tree. HEX triplet: 0B, 1E and 01. RGB value is (11,30,1). Sum of RGB (Red+Green+Blue) = 11+30+1=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 30 (12.11% from 255 or 71.43% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E01 is #F4E1FE. Grayscale: #151515. Windows color (decimal): -16048639 or 73227. OLE color: 73227.

HSL color Cylindrical-coordinate representation of color #0B1E01: hue angle of 99.31º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B1E01 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.

Color convert

RGB11301-
CMYK0.6300.970.88
HSL99.31º93.55%6.08%-
HSV(B)99.31º96.67%11.76%-
XYZ0.6110.19-
YUV21.01116.71120.86-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 30 (12.11% from 255) = 71.43%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=26.19%
G=71.43%
B=2.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal113010.6300.970.8899.3193.556.08
HexB1E13F06158635e6
Octal133617701411301431366
Binary101111110111111101100001101100011000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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