#2E703A

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

Shades of San Felix #2E703A

Tints of San Felix #2E703A

Color information

#2E703A (or 0x2E703A) is unknown color: approx San Felix. HEX triplet: 2E, 70 and 3A. RGB value is (46,112,58). Sum of RGB (Red+Green+Blue) = 46+112+58=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #2E703A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E703A is #D18FC5. Grayscale: #565656. Windows color (decimal): -13733830 or 3829806. OLE color: 3829806.

HSL color Cylindrical-coordinate representation of color #2E703A: hue angle of 130.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E703A is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.

Color convert

RGB4611258-
CMYK0.5900.480.56
HSL130.91º41.77%30.98%-
HSV(B)130.91º58.93%43.92%-
XYZ7.6812.476.01-
YUV86.11112.1399.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 112 (44.14% from 255) = 51.85%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=21.30%
G=51.85%
B=26.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112580.5900.480.56130.9141.7730.98
Hex2E703A3B03038832a1f
Octal561607273060702035237
Binary101110111000011101011101101100001110001000001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E703A; }

 p { color: rgb(46,112,58); }

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

<style>
 a { background-color: #2E703A; }

 a { background-color: rgb(46,112,58); }

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

<style>
 span { border-color: #2E703A; }

 span { border-color: rgb(46,112,58); }

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