#0B1800

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

Shades of Pine Tree #0B1800

Tints of Pine Tree #0B1800

Color information

#0B1800 (or 0x0B1800) is unknown color: approx Pine Tree. HEX triplet: 0B, 18 and 00. RGB value is (11,24,0). Sum of RGB (Red+Green+Blue) = 11+24+0=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1800 is #F4E7FF. Grayscale: #111111. Windows color (decimal): -16050176 or 6155. OLE color: 6155.

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

Color convert

RGB11240-
CMYK0.54010.91
HSL92.5º100%4.71%-
HSV(B)92.5º100%9.41%-
XYZ0.460.720.12-
YUV17.38118.19123.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 31.43%
GREEN value IS 24 (9.77% from 255) = 68.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=31.43%
G=68.57%
B=0%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112400.54010.9192.51004.71
HexB180360645B5c645
Octal133006601441331341445
Binary101111000011011001100100101101110111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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