#10730E

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

Shades of Green #10730E

Tints of Green #10730E

Color information

#10730E (or 0x10730E) is unknown color: approx Green. HEX triplet: 10, 73 and 0E. RGB value is (16,115,14). Sum of RGB (Red+Green+Blue) = 16+115+14=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 115 (45.31% from 255 or 79.31% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 115 - color contains mainly: green. Hex color #10730E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10730E is #EF8CF1. Grayscale: #4A4A4A. Windows color (decimal): -15699186 or 946960. OLE color: 946960.

HSL color Cylindrical-coordinate representation of color #10730E: hue angle of 118.81º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10730E is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1611514-
CMYK0.8600.880.55
HSL118.81º78.29%25.29%-
HSV(B)118.81º87.83%45.1%-
XYZ6.4212.42.47-
YUV73.8994.286.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 115 (45.31% from 255) = 79.31%
BLUE value IS 14 (5.86% from 255) = 9.66%
R=11.03%
G=79.31%
B=9.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16115140.8600.880.55118.8178.2925.29
Hex1073E5605837774e19
Octal201631612601306716711631
Binary10000111001111101010110010110001101111110111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10730E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10730E; }

 p { color: rgb(16,115,14); }

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

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

 a { background-color: rgb(16,115,14); }

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

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

 span { border-color: rgb(16,115,14); }

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