#1E6F2A

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

Shades of San Felix #1E6F2A

Tints of San Felix #1E6F2A

Color information

#1E6F2A (or 0x1E6F2A) is unknown color: approx San Felix. HEX triplet: 1E, 6F and 2A. RGB value is (30,111,42). Sum of RGB (Red+Green+Blue) = 30+111+42=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 111 (43.75% from 255 or 60.66% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E6F2A is #E190D5. Grayscale: #4F4F4F. Windows color (decimal): -14782678 or 2780958. OLE color: 2780958.

HSL color Cylindrical-coordinate representation of color #1E6F2A: hue angle of 128.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F2A is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB3011142-
CMYK0.7300.620.56
HSL128.89º57.45%27.65%-
HSV(B)128.89º72.97%43.53%-
XYZ6.6411.814.12-
YUV78.91107.1693.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 111 (43.75% from 255) = 60.66%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=16.39%
G=60.66%
B=22.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30111420.7300.620.56128.8957.4527.65
Hex1E6F2A4903E3881391c
Octal3615752111076702017134
Binary111101101111101010100100101111101110001000000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,111,42); }

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

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

 a { background-color: rgb(30,111,42); }

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

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

 span { border-color: rgb(30,111,42); }

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