Html Css Color HEX #2E6129 San Felix

📋 copy color: '#2E6129'

red 46 ◦ green 97 ◦ blue 41

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

Shades of San Felix #2E6129

Tints of San Felix #2E6129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 52.72%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 25%
G = 52.72%
B = 22.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#2E6129 (or 0x2E6129) is known color: San Felix. HEX triplet: 2E, 61 and 29. RGB value is (46,97,41). Sum of RGB (Red+Green+Blue) = 46+97+41=184 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6129 is #D19ED6. Grayscale: #4B4B4B. Windows color (decimal): -13737687 or 2711854. OLE color: 2711854.

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

Color convert

RGB 46 97 41 -
CMYK 0.53 0 0.58 0.62
HSL 114.64º 0.41% 0.27% -
HSV(B) 114.64º 0.58% 0.38% -
XYZ 5.8 9.29 3.59 -
YUV 75.37 108.6 107.05 -
System Red Green Blue C M Y K H S L
Decimal 46 97 41 0.53 0 0.58 0.62 114.64 0.41 0.27
Hex 2E 61 29 35 0 3A 3E 73 29 1B
Octal 56 141 51 65 0 72 76 163 51 33
Binary 101110 1100001 101001 110101 0 111010 111110 1110011 101001 11011

Color Harmonies of #2E6129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6129

Black with #2E6129

Text Example


Text Example

White with #2E6129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,41); }

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

background-color css

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

 a { background-color: rgb(46,97,41); }

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

border-color css

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

 span { border-color: rgb(46,97,41); }

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