Html Css Color HEX #2E7239 San Felix

📋 copy color: '#2E7239'

red 46 ◦ green 114 ◦ blue 57

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

Shades of San Felix #2E7239

Tints of San Felix #2E7239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.27%

R = 21.2%
G = 52.53%
B = 26.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#2E7239 (or 0x2E7239) is known color: San Felix. HEX triplet: 2E, 72 and 39. RGB value is (46,114,57). Sum of RGB (Red+Green+Blue) = 46+114+57=217 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.20% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7239 is #D18DC6. Grayscale: #575757. Windows color (decimal): -13733319 or 3764782. OLE color: 3764782.

HSL color Cylindrical-coordinate representation of color #2E7239: hue angle of 129.71º 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 #2E7239 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 57 -
CMYK 0.60 0 0.50 0.55
HSL 129.71º 0.43% 0.31% -
HSV(B) 129.71º 0.6% 0.45% -
XYZ 7.88 12.91 5.95 -
YUV 87.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 46 114 57 0.60 0 0.50 0.55 129.71 0.43 0.31
Hex 2E 72 39 3C 0 32 37 82 2A 1F
Octal 56 162 71 74 0 62 67 202 52 37
Binary 101110 1110010 111001 111100 0 110010 110111 10000010 101010 11111

Color Harmonies of #2E7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7239

Black with #2E7239

Text Example


Text Example

White with #2E7239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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