#0B1902

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

Shades of Pine Tree #0B1902

Tints of Pine Tree #0B1902

Color information

#0B1902 (or 0x0B1902) is unknown color: approx Pine Tree. HEX triplet: 0B, 19 and 02. RGB value is (11,25,2). Sum of RGB (Red+Green+Blue) = 11+25+2=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 25 (10.16% from 255 or 65.79% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 25 - color contains mainly: green. Hex color #0B1902 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1902 is #F4E6FD. Grayscale: #121212. Windows color (decimal): -16049918 or 137483. OLE color: 137483.

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

Color convert

RGB11252-
CMYK0.5600.920.90
HSL96.52º85.19%5.29%-
HSV(B)96.52º92%9.8%-
XYZ0.50.770.18-
YUV18.19118.86122.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 28.95%
GREEN value IS 25 (10.16% from 255) = 65.79%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=28.95%
G=65.79%
B=5.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal112520.5600.920.9096.5285.195.29
HexB1923805C5A61555
Octal133127001341321411255
Binary1011110011011100001011100101101011000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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