Html Css Color HEX #2E6E34 San Felix

📋 copy color: '#2E6E34'

red 46 ◦ green 110 ◦ blue 52

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

Shades of San Felix #2E6E34

Tints of San Felix #2E6E34

RGB

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

 GREEN value IS 110 (43.36% from 255) = 52.88%

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

R = 22.12%
G = 52.88%
B = 25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#2E6E34 (or 0x2E6E34) is known color: San Felix. HEX triplet: 2E, 6E and 34. RGB value is (46,110,52). Sum of RGB (Red+Green+Blue) = 46+110+52=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 110 (43.36% from 255 or 52.88% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 110 - color contains mainly: green. Hex color #2E6E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6E34 is #D191CB. Grayscale: #545454. Windows color (decimal): -13734348 or 3436078. OLE color: 3436078.

HSL color Cylindrical-coordinate representation of color #2E6E34: hue angle of 125.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6E34 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 46 110 52 -
CMYK 0.58 0 0.53 0.57
HSL 125.63º 0.41% 0.31% -
HSV(B) 125.63º 0.58% 0.43% -
XYZ 7.32 11.98 5.18 -
YUV 84.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 46 110 52 0.58 0 0.53 0.57 125.63 0.41 0.31
Hex 2E 6E 34 3A 0 35 39 7E 29 1F
Octal 56 156 64 72 0 65 71 176 51 37
Binary 101110 1101110 110100 111010 0 110101 111001 1111110 101001 11111

Color Harmonies of #2E6E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6E34

Black with #2E6E34

Text Example


Text Example

White with #2E6E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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