#1E782E

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

Shades of San Felix #1E782E

Tints of San Felix #1E782E

Color information

#1E782E (or 0x1E782E) is unknown color: approx San Felix. HEX triplet: 1E, 78 and 2E. RGB value is (30,120,46). Sum of RGB (Red+Green+Blue) = 30+120+46=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 120 (47.27% from 255 or 61.22% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 120 - color contains mainly: green. Hex color #1E782E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E782E is #E187D1. Grayscale: #545454. Windows color (decimal): -14780370 or 3045406. OLE color: 3045406.

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

Color convert

RGB3012046-
CMYK0.7500.620.53
HSL130.67º60%29.41%-
HSV(B)130.67º75%47.06%-
XYZ7.7513.914.86-
YUV84.65106.1889.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 120 (47.27% from 255) = 61.22%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=15.31%
G=61.22%
B=23.47%

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
Decimal30120460.7500.620.53130.676029.41
Hex1E782E4B03E35833c1d
Octal3617056113076652037435
Binary111101111000101110100101101111101101011000001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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