Html Css Color HEX #2E6D35 San Felix

📋 copy color: '#2E6D35'

red 46 ◦ green 109 ◦ blue 53

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

Shades of San Felix #2E6D35

Tints of San Felix #2E6D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 52.4%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 22.12%
G = 52.4%
B = 25.48%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#2E6D35 (or 0x2E6D35) is known color: San Felix. HEX triplet: 2E, 6D and 35. RGB value is (46,109,53). Sum of RGB (Red+Green+Blue) = 46+109+53=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D35 is #D192CA. Grayscale: #535353. Windows color (decimal): -13734603 or 3501358. OLE color: 3501358.

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

Color convert

RGB 46 109 53 -
CMYK 0.58 0 0.51 0.57
HSL 126.67º 0.41% 0.3% -
HSV(B) 126.67º 0.58% 0.43% -
XYZ 7.24 11.78 5.26 -
YUV 83.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 46 109 53 0.58 0 0.51 0.57 126.67 0.41 0.3
Hex 2E 6D 35 3A 0 33 39 7F 29 1E
Octal 56 155 65 72 0 63 71 177 51 36
Binary 101110 1101101 110101 111010 0 110011 111001 1111111 101001 11110

Color Harmonies of #2E6D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6D35

Black with #2E6D35

Text Example


Text Example

White with #2E6D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,109,53); }

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

background-color css

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

 a { background-color: rgb(46,109,53); }

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

border-color css

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

 span { border-color: rgb(46,109,53); }

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