#1E792E

Color #1E792E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #1E792E

Tints of San Felix #1E792E

Color information

#1E792E (or 0x1E792E) is unknown color: approx San Felix. HEX triplet: 1E, 79 and 2E. RGB value is (30,121,46). Sum of RGB (Red+Green+Blue) = 30+121+46=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 121 (47.66% from 255 or 61.42% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 121 - color contains mainly: green. Hex color #1E792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E792E is #E186D1. Grayscale: #555555. Windows color (decimal): -14780114 or 3045662. OLE color: 3045662.

HSL color Cylindrical-coordinate representation of color #1E792E: hue angle of 130.55º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E792E is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB3012146-
CMYK0.7500.620.53
HSL130.55º60.26%29.61%-
HSV(B)130.55º75.21%47.45%-
XYZ7.8714.154.9-
YUV85.24105.8588.6-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 121 (47.66% from 255) = 61.42%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=15.23%
G=61.42%
B=23.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30121460.7500.620.53130.5560.2629.61
Hex1E792E4B03E35833c1e
Octal3617156113076652037436
Binary111101111001101110100101101111101101011000001111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E792E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E792E; }

 p { color: rgb(30,121,46); }

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

<style>
 a { background-color: #1E792E; }

 a { background-color: rgb(30,121,46); }

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

<style>
 span { border-color: #1E792E; }

 span { border-color: rgb(30,121,46); }

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