#079E2E

Color #079E2E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #079E2E

Tints of Dark Pastel Green #079E2E

Color information

#079E2E (or 0x079E2E) is unknown color: approx Dark Pastel Green. HEX triplet: 07, 9E and 2E. RGB value is (7,158,46). Sum of RGB (Red+Green+Blue) = 7+158+46=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 158 (62.11% from 255 or 74.88% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 158 - color contains mainly: green. Hex color #079E2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #079E2E is #F861D1. Grayscale: #646464. Windows color (decimal): -16277970 or 3055111. OLE color: 3055111.

HSL color Cylindrical-coordinate representation of color #079E2E: hue angle of 135.5º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079E2E is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB715846-
CMYK0.9600.710.38
HSL135.5º91.52%32.35%-
HSV(B)135.5º95.57%61.96%-
XYZ12.8124.76.68-
YUV100.0897.4761.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.32%
GREEN value IS 158 (62.11% from 255) = 74.88%
BLUE value IS 46 (18.36% from 255) = 21.80%
R=3.32%
G=74.88%
B=21.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7158460.9600.710.38135.591.5232.35
Hex79E2E6004726875c20
Octal72365614001074620713440
Binary11110011110101110110000001000111100110100001111011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #079E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #079E2E; }

 p { color: rgb(7,158,46); }

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

<style>
 a { background-color: #079E2E; }

 a { background-color: rgb(7,158,46); }

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

<style>
 span { border-color: #079E2E; }

 span { border-color: rgb(7,158,46); }

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