#007318

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

Shades of Green #007318

Tints of Green #007318

Color information

#007318 (or 0x007318) is unknown color: approx Green. HEX triplet: 00, 73 and 18. RGB value is (0,115,24). Sum of RGB (Red+Green+Blue) = 0+115+24=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #007318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007318 is #FF8CE7. Grayscale: #464646. Windows color (decimal): -16747752 or 1602304. OLE color: 1602304.

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

Color convert

RGB011524-
CMYK100.790.55
HSL132.52º100%22.55%-
HSV(B)132.52º100%45.1%-
XYZ6.312.332.91-
YUV70.24101.977.9-

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.73%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=0%
G=82.73%
B=17.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011524100.790.55132.5210022.55
Hex073186404F37856417
Octal01633014401176720514427
Binary011100111100011001000100111111011110000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007318; }

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

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

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

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

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

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

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

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