#0B820C

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

Shades of Green #0B820C

Tints of Green #0B820C

Color information

#0B820C (or 0x0B820C) is unknown color: approx Green. HEX triplet: 0B, 82 and 0C. RGB value is (11,130,12). Sum of RGB (Red+Green+Blue) = 11+130+12=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #0B820C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B820C is #F47DF3. Grayscale: #515151. Windows color (decimal): -16023028 or 819723. OLE color: 819723.

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

Color convert

RGB1113012-
CMYK0.9200.910.49
HSL120.5º84.4%27.65%-
HSV(B)120.5º91.54%50.98%-
XYZ8.1916.063.02-
YUV80.9789.0878.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.19%
GREEN value IS 130 (51.17% from 255) = 84.97%
BLUE value IS 12 (5.08% from 255) = 7.84%
R=7.19%
G=84.97%
B=7.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11130120.9200.910.49120.584.427.65
HexB82C5C05B3179541c
Octal132021413401336117112434
Binary10111000001011001011100010110111100011111001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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