#00731C

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

Shades of Green #00731C

Tints of Green #00731C

Color information

#00731C (or 0x00731C) is unknown color: approx Green. HEX triplet: 00, 73 and 1C. RGB value is (0,115,28). Sum of RGB (Red+Green+Blue) = 0+115+28=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 115 (45.31% from 255 or 80.42% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 115 - color contains mainly: green. Hex color #00731C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00731C is #FF8CE3. Grayscale: #464646. Windows color (decimal): -16747748 or 1864448. OLE color: 1864448.

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

Color convert

RGB011528-
CMYK100.760.55
HSL134.61º100%22.55%-
HSV(B)134.61º100%45.1%-
XYZ6.3412.353.15-
YUV70.7103.977.57-

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) = 80.42%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=0%
G=80.42%
B=19.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011528100.760.55134.6110022.55
Hex0731C6404C37876417
Octal01633414401146720714427
Binary011100111110011001000100110011011110000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00731C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00731C; }

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

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

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

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

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

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

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

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