#037A0E

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

Shades of Green #037A0E

Tints of Green #037A0E

Color information

#037A0E (or 0x037A0E) is unknown color: approx Green. HEX triplet: 03, 7A and 0E. RGB value is (3,122,14). Sum of RGB (Red+Green+Blue) = 3+122+14=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 122 (48.05% from 255 or 87.77% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 122 - color contains mainly: green. Hex color #037A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A0E is #FC85F1. Grayscale: #4A4A4A. Windows color (decimal): -16549362 or 948739. OLE color: 948739.

HSL color Cylindrical-coordinate representation of color #037A0E: hue angle of 125.55º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A0E is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB312214-
CMYK0.9800.890.52
HSL125.55º95.2%24.51%-
HSV(B)125.55º97.54%47.84%-
XYZ7.0813.972.74-
YUV74.1194.0877.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 122 (48.05% from 255) = 87.77%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=2.16%
G=87.77%
B=10.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3122140.9800.890.52125.5595.224.51
Hex37AE62059347e5f19
Octal31721614201316417613731
Binary11111101011101100010010110011101001111110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037A0E; }

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

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

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

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

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

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

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

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