#0B1802

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

Shades of Pine Tree #0B1802

Tints of Pine Tree #0B1802

Color information

#0B1802 (or 0x0B1802) is unknown color: approx Pine Tree. HEX triplet: 0B, 18 and 02. RGB value is (11,24,2). Sum of RGB (Red+Green+Blue) = 11+24+2=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 24 (9.77% from 255 or 64.86% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1802 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1802 is #F4E7FD. Grayscale: #111111. Windows color (decimal): -16050174 or 137227. OLE color: 137227.

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

Color convert

RGB11242-
CMYK0.5400.920.91
HSL95.45º84.62%5.1%-
HSV(B)95.45º91.67%9.41%-
XYZ0.480.730.17-
YUV17.6119.19123.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 29.73%
GREEN value IS 24 (9.77% from 255) = 64.86%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=29.73%
G=64.86%
B=5.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112420.5400.920.9195.4584.625.1
HexB1823605C5B5f555
Octal133026601341331371255
Binary1011110001011011001011100101101110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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