#0E7003

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

Shades of Green #0E7003

Tints of Green #0E7003

Color information

#0E7003 (or 0x0E7003) is unknown color: approx Green. HEX triplet: 0E, 70 and 03. RGB value is (14,112,3). Sum of RGB (Red+Green+Blue) = 14+112+3=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 112 (44.14% from 255 or 86.82% from 129); Blue value is 3 (1.56% from 255 or 2.33% from 129); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7003 is #F18FFC. Grayscale: #464646. Windows color (decimal): -15831037 or 225294. OLE color: 225294.

HSL color Cylindrical-coordinate representation of color #0E7003: hue angle of 113.94º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E7003 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB141123-
CMYK0.8800.970.56
HSL113.94º94.78%22.55%-
HSV(B)113.94º97.32%43.92%-
XYZ5.9911.692.03-
YUV70.2790.0387.86-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.85%
GREEN value IS 112 (44.14% from 255) = 86.82%
BLUE value IS 3 (1.56% from 255) = 2.33%
R=10.85%
G=86.82%
B=2.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1411230.8800.970.56113.9494.7822.55
HexE7035806138725f17
Octal16160313001417016213727
Binary11101110000111011000011000011110001110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,112,3); }

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

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

 a { background-color: rgb(14,112,3); }

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

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

 span { border-color: rgb(14,112,3); }

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