#0B8309

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

Shades of Green #0B8309

Tints of Green #0B8309

Color information

#0B8309 (or 0x0B8309) is unknown color: approx Green. HEX triplet: 0B, 83 and 09. RGB value is (11,131,9). Sum of RGB (Red+Green+Blue) = 11+131+9=151 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.28% from 151); Green value is 131 (51.56% from 255 or 86.75% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 131 - color contains mainly: green. Hex color #0B8309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8309 is #F47CF6. Grayscale: #515151. Windows color (decimal): -16022775 or 623371. OLE color: 623371.

HSL color Cylindrical-coordinate representation of color #0B8309: hue angle of 119.02º 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 #0B8309 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB111319-
CMYK0.9200.930.49
HSL119.02º87.14%27.45%-
HSV(B)119.02º93.13%51.37%-
XYZ8.316.322.97-
YUV81.2187.2477.92-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.28%
GREEN value IS 131 (51.56% from 255) = 86.75%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=7.28%
G=86.75%
B=5.96%

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
Decimal1113190.9200.930.49119.0287.1427.45
HexB8395C05D3177571b
Octal132031113401356116712733
Binary10111000001110011011100010111011100011110111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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