#0E7309

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

Shades of Green #0E7309

Tints of Green #0E7309

Color information

#0E7309 (or 0x0E7309) is unknown color: approx Green. HEX triplet: 0E, 73 and 09. RGB value is (14,115,9). Sum of RGB (Red+Green+Blue) = 14+115+9=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 115 (45.31% from 255 or 83.33% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 115 - color contains mainly: green. Hex color #0E7309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7309 is #F18CF6. Grayscale: #494949. Windows color (decimal): -15830263 or 619278. OLE color: 619278.

HSL color Cylindrical-coordinate representation of color #0E7309: hue angle of 117.17º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E7309 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB141159-
CMYK0.8800.920.55
HSL117.17º85.48%24.31%-
HSV(B)117.17º92.17%45.1%-
XYZ6.3612.372.31-
YUV72.7292.0486.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 115 (45.31% from 255) = 83.33%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=10.14%
G=83.33%
B=6.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1411590.8800.920.55117.1785.4824.31
HexE7395805C37755518
Octal161631113001346716512530
Binary1110111001110011011000010111001101111110101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E7309; }

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

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

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

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

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

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

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

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