#007311

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

Shades of Green #007311

Tints of Green #007311

Color information

#007311 (or 0x007311) is unknown color: approx Green. HEX triplet: 00, 73 and 11. RGB value is (0,115,17). Sum of RGB (Red+Green+Blue) = 0+115+17=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #007311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007311 is #FF8CEE. Grayscale: #454545. Windows color (decimal): -16747759 or 1143552. OLE color: 1143552.

HSL color Cylindrical-coordinate representation of color #007311: hue angle of 128.87º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007311 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB011517-
CMYK100.850.55
HSL128.87º100%22.55%-
HSV(B)128.87º100%45.1%-
XYZ6.2312.32.58-
YUV69.4498.478.47-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 87.12%
BLUE value IS 17 (7.03% from 255) = 12.88%
R=0%
G=87.12%
B=12.88%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011517100.850.55128.8710022.55
Hex073116405537816417
Octal01632114401256720114427
Binary011100111000111001000101010111011110000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007311; }

 p { color: rgb(0,115,17); }

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

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

 a { background-color: rgb(0,115,17); }

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

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

 span { border-color: rgb(0,115,17); }

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