Html Css Color HEX #2E723A San Felix

📋 copy color: '#2E723A'

red 46 ◦ green 114 ◦ blue 58

#2E723A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #2E723A

Tints of San Felix #2E723A

RGB

 RED value IS 46 (18.36% from 255) = 21.1%

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 21.1%
G = 52.29%
B = 26.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#2E723A (or 0x2E723A) is known color: San Felix. HEX triplet: 2E, 72 and 3A. RGB value is (46,114,58). Sum of RGB (Red+Green+Blue) = 46+114+58=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #2E723A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E723A is #D18DC5. Grayscale: #575757. Windows color (decimal): -13733318 or 3830318. OLE color: 3830318.

HSL color Cylindrical-coordinate representation of color #2E723A: hue angle of 130.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E723A is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 58 -
CMYK 0.60 0 0.49 0.55
HSL 130.59º 0.43% 0.31% -
HSV(B) 130.59º 0.6% 0.45% -
XYZ 7.91 12.92 6.08 -
YUV 87.28 111.47 98.55 -
System Red Green Blue C M Y K H S L
Decimal 46 114 58 0.60 0 0.49 0.55 130.59 0.43 0.31
Hex 2E 72 3A 3C 0 31 37 83 2A 1F
Octal 56 162 72 74 0 61 67 203 52 37
Binary 101110 1110010 111010 111100 0 110001 110111 10000011 101010 11111

Color Harmonies of #2E723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E723A

Black with #2E723A

Text Example


Text Example

White with #2E723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E723A;
 }
 .AnyTagClassName
 {
   color: #2E723A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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