Html Css Color HEX #2E7134 San Felix

📋 copy color: '#2E7134'

red 46 ◦ green 113 ◦ blue 52

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

Shades of San Felix #2E7134

Tints of San Felix #2E7134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.55%

 BLUE value IS 52 (20.7% from 255) = 24.64%

R = 21.8%
G = 53.55%
B = 24.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#2E7134 (or 0x2E7134) is known color: San Felix. HEX triplet: 2E, 71 and 34. RGB value is (46,113,52). Sum of RGB (Red+Green+Blue) = 46+113+52=211 (27% of max value = 765). Red value is 46 (18.36% from 255 or 21.80% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7134 is #D18ECB. Grayscale: #565656. Windows color (decimal): -13733580 or 3436846. OLE color: 3436846.

HSL color Cylindrical-coordinate representation of color #2E7134: hue angle of 125.37º 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 #2E7134 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 52 -
CMYK 0.59 0 0.54 0.56
HSL 125.37º 0.42% 0.31% -
HSV(B) 125.37º 0.59% 0.44% -
XYZ 7.65 12.64 5.29 -
YUV 86.01 108.8 99.46 -
System Red Green Blue C M Y K H S L
Decimal 46 113 52 0.59 0 0.54 0.56 125.37 0.42 0.31
Hex 2E 71 34 3B 0 36 38 7D 2A 1F
Octal 56 161 64 73 0 66 70 175 52 37
Binary 101110 1110001 110100 111011 0 110110 111000 1111101 101010 11111

Color Harmonies of #2E7134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7134

Black with #2E7134

Text Example


Text Example

White with #2E7134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,113,52); }

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

background-color css

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

 a { background-color: rgb(46,113,52); }

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

border-color css

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

 span { border-color: rgb(46,113,52); }

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