#007319

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

Shades of Green #007319

Tints of Green #007319

Color information

#007319 (or 0x007319) is unknown color: approx Green. HEX triplet: 00, 73 and 19. RGB value is (0,115,25). Sum of RGB (Red+Green+Blue) = 0+115+25=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #007319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007319 is #FF8CE6. Grayscale: #464646. Windows color (decimal): -16747751 or 1667840. OLE color: 1667840.

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

Color convert

RGB011525-
CMYK100.780.55
HSL133.04º100%22.55%-
HSV(B)133.04º100%45.1%-
XYZ6.3112.332.97-
YUV70.35102.477.82-

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) = 82.14%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=0%
G=82.14%
B=17.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011525100.780.55133.0410022.55
Hex073196404E37856417
Octal01633114401166720514427
Binary011100111100111001000100111011011110000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007319; }

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

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

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

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

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

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

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

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