#0B8209

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

Shades of Green #0B8209

Tints of Green #0B8209

Color information

#0B8209 (or 0x0B8209) is unknown color: approx Green. HEX triplet: 0B, 82 and 09. RGB value is (11,130,9). Sum of RGB (Red+Green+Blue) = 11+130+9=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 130 (51.17% from 255 or 86.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8209 is #F47DF6. Grayscale: #505050. Windows color (decimal): -16023031 or 623115. OLE color: 623115.

HSL color Cylindrical-coordinate representation of color #0B8209: hue angle of 119.01º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8209 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB111309-
CMYK0.9200.930.49
HSL119.01º87.05%27.25%-
HSV(B)119.01º93.08%50.98%-
XYZ8.1716.062.93-
YUV80.6287.5878.34-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.33%
GREEN value IS 130 (51.17% from 255) = 86.67%
BLUE value IS 9 (3.91% from 255) = 6%
R=7.33%
G=86.67%
B=6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1113090.9200.930.49119.0187.0527.25
HexB8295C05D3177571b
Octal132021113401356116712733
Binary10111000001010011011100010111011100011110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,9); }

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

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

 a { background-color: rgb(11,130,9); }

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

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

 span { border-color: rgb(11,130,9); }

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