Html Css Color HEX #2E6A2C San Felix

📋 copy color: '#2E6A2C'

red 46 ◦ green 106 ◦ blue 44

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

Shades of San Felix #2E6A2C

Tints of San Felix #2E6A2C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.08%

 BLUE value IS 44 (17.58% from 255) = 22.45%

R = 23.47%
G = 54.08%
B = 22.45%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#2E6A2C (or 0x2E6A2C) is known color: San Felix. HEX triplet: 2E, 6A and 2C. RGB value is (46,106,44). Sum of RGB (Red+Green+Blue) = 46+106+44=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A2C is #D195D3. Grayscale: #515151. Windows color (decimal): -13735380 or 2910766. OLE color: 2910766.

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

Color convert

RGB 46 106 44 -
CMYK 0.57 0 0.58 0.58
HSL 118.06º 0.41% 0.29% -
HSV(B) 118.06º 0.58% 0.42% -
XYZ 6.74 11.07 4.16 -
YUV 80.99 107.12 103.04 -
System Red Green Blue C M Y K H S L
Decimal 46 106 44 0.57 0 0.58 0.58 118.06 0.41 0.29
Hex 2E 6A 2C 39 0 3A 3A 76 29 1D
Octal 56 152 54 71 0 72 72 166 51 35
Binary 101110 1101010 101100 111001 0 111010 111010 1110110 101001 11101

Color Harmonies of #2E6A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A2C

Black with #2E6A2C

Text Example


Text Example

White with #2E6A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,106,44); }

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

background-color css

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

 a { background-color: rgb(46,106,44); }

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

border-color css

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

 span { border-color: rgb(46,106,44); }

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