#007301

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

Shades of Green #007301

Tints of Green #007301

Color information

#007301 (or 0x007301) is unknown color: approx Green. HEX triplet: 00, 73 and 01. RGB value is (0,115,1). Sum of RGB (Red+Green+Blue) = 0+115+1=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 115 (45.31% from 255 or 99.14% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 115 - color contains mainly: green. Hex color #007301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007301 is #FF8CFE. Grayscale: #434343. Windows color (decimal): -16747775 or 94976. OLE color: 94976.

HSL color Cylindrical-coordinate representation of color #007301: hue angle of 120.52º 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 #007301 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB01151-
CMYK100.990.55
HSL120.52º100%22.55%-
HSV(B)120.52º100%45.1%-
XYZ6.1412.262.07-
YUV67.6290.479.77-

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) = 99.14%
BLUE value IS 1 (0.78% from 255) = 0.86%
R=0%
G=99.14%
B=0.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01151100.990.55120.5210022.55
Hex07316406337796417
Octal0163114401436717114427
Binary0111001111100100011000111101111111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007301; }

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

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

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

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

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

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

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

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