Html Css Color HEX #0B1200 Pine Tree

📋 copy color: '#0B1200'

red 11 ◦ green 18 ◦ blue 0

#0B1200
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Tree #0B1200

Tints of Pine Tree #0B1200

RGB

 RED value IS 11 (4.69% from 255) = 37.93%

 GREEN value IS 18 (7.42% from 255) = 62.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.93%
G = 62.07%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#0B1200 (or 0x0B1200) is known color: Pine Tree. HEX triplet: 0B, 12 and 00. RGB value is (11,18,0). Sum of RGB (Red+Green+Blue) = 11+18+0=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 0 (0.39% from 255 or 0% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #0B1200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1200 is #F4EDFF. Grayscale: #0D0D0D. Windows color (decimal): -16051712 or 4619. OLE color: 4619.

HSL color Cylindrical-coordinate representation of color #0B1200: hue angle of 83.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B1200 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 18 0 -
CMYK 0.39 0 1 0.93
HSL 83.33º 1% 0.04% -
HSV(B) 83.33º 1% 0.07% -
XYZ 0.35 0.5 0.08 -
YUV 13.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 11 18 0 0.39 0 1 0.93 83.33 1 0.04
Hex B 12 0 27 0 64 5D 53 64 4
Octal 13 22 0 47 0 144 135 123 144 4
Binary 1011 10010 0 100111 0 1100100 1011101 1010011 1100100 100

Color Harmonies of #0B1200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B1200

Black with #0B1200

Text Example


Text Example

White with #0B1200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B1200;
 }
 .AnyTagClassName
 {
   color: #0B1200;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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