Html Css Color HEX #2E743C San Felix

📋 copy color: '#2E743C'

red 46 ◦ green 116 ◦ blue 60

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

Shades of San Felix #2E743C

Tints of San Felix #2E743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.25%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 20.72%
G = 52.25%
B = 27.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#2E743C (or 0x2E743C) is known color: San Felix. HEX triplet: 2E, 74 and 3C. RGB value is (46,116,60). Sum of RGB (Red+Green+Blue) = 46+116+60=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 116 (45.70% from 255 or 52.25% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 116 - color contains mainly: green. Hex color #2E743C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E743C is #D18BC3. Grayscale: #585858. Windows color (decimal): -13732804 or 3961902. OLE color: 3961902.

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

Color convert

RGB 46 116 60 -
CMYK 0.60 0 0.48 0.55
HSL 132º 0.43% 0.32% -
HSV(B) 132º 0.6% 0.45% -
XYZ 8.19 13.4 6.43 -
YUV 88.69 111.81 97.55 -
System Red Green Blue C M Y K H S L
Decimal 46 116 60 0.60 0 0.48 0.55 132 0.43 0.32
Hex 2E 74 3C 3C 0 30 37 84 2B 20
Octal 56 164 74 74 0 60 67 204 53 40
Binary 101110 1110100 111100 111100 0 110000 110111 10000100 101011 100000

Color Harmonies of #2E743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E743C

Black with #2E743C

Text Example


Text Example

White with #2E743C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,60); }

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

background-color css

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

 a { background-color: rgb(46,116,60); }

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

border-color css

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

 span { border-color: rgb(46,116,60); }

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