Html Css Color HEX #0B2000 Pine Tree

📋 copy color: '#0B2000'

red 11 ◦ green 32 ◦ blue 0

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

Shades of Pine Tree #0B2000

Tints of Pine Tree #0B2000

RGB

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

 GREEN value IS 32 (12.89% from 255) = 74.42%

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

R = 25.58%
G = 74.42%
B = 0%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#0B2000 (or 0x0B2000) is known color: Pine Tree. HEX triplet: 0B, 20 and 00. RGB value is (11,32,0). Sum of RGB (Red+Green+Blue) = 11+32+0=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #0B2000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2000 is #F4DFFF. Grayscale: #161616. Windows color (decimal): -16048128 or 8203. OLE color: 8203.

HSL color Cylindrical-coordinate representation of color #0B2000: hue angle of 99.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B2000 is Cyan = 0.66, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 32 0 -
CMYK 0.66 0 1 0.87
HSL 99.38º 1% 0.06% -
HSV(B) 99.38º 1% 0.13% -
XYZ 0.65 1.1 0.18 -
YUV 22.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 11 32 0 0.66 0 1 0.87 99.38 1 0.06
Hex B 20 0 42 0 64 57 63 64 6
Octal 13 40 0 102 0 144 127 143 144 6
Binary 1011 100000 0 1000010 0 1100100 1010111 1100011 1100100 110

Color Harmonies of #0B2000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2000

Black with #0B2000

Text Example


Text Example

White with #0B2000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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