#0B731C

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

Shades of Green #0B731C

Tints of Green #0B731C

Color information

#0B731C (or 0x0B731C) is unknown color: approx Green. HEX triplet: 0B, 73 and 1C. RGB value is (11,115,28). Sum of RGB (Red+Green+Blue) = 11+115+28=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 115 (45.31% from 255 or 74.68% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 115 - color contains mainly: green. Hex color #0B731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B731C is #F48CE3. Grayscale: #4A4A4A. Windows color (decimal): -16026852 or 1864459. OLE color: 1864459.

HSL color Cylindrical-coordinate representation of color #0B731C: hue angle of 129.81º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B731C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1111528-
CMYK0.9000.760.55
HSL129.81º82.54%24.71%-
HSV(B)129.81º90.43%45.1%-
XYZ6.4812.423.15-
YUV73.99102.0483.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 115 (45.31% from 255) = 74.68%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=7.14%
G=74.68%
B=18.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11115280.9000.760.55129.8182.5424.71
HexB731C5A04C37825319
Octal131633413201146720212331
Binary101111100111110010110100100110011011110000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,115,28); }

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

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

 a { background-color: rgb(11,115,28); }

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

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

 span { border-color: rgb(11,115,28); }

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