Html Css Color HEX #2E6834 San Felix

📋 copy color: '#2E6834'

red 46 ◦ green 104 ◦ blue 52

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

Shades of San Felix #2E6834

Tints of San Felix #2E6834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.49%

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

R = 22.77%
G = 51.49%
B = 25.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#2E6834 (or 0x2E6834) is known color: San Felix. HEX triplet: 2E, 68 and 34. RGB value is (46,104,52). Sum of RGB (Red+Green+Blue) = 46+104+52=202 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.77% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #2E6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6834 is #D197CB. Grayscale: #505050. Windows color (decimal): -13735884 or 3434542. OLE color: 3434542.

HSL color Cylindrical-coordinate representation of color #2E6834: hue angle of 126.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6834 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 46 104 52 -
CMYK 0.56 0 0.50 0.59
HSL 126.21º 0.39% 0.29% -
HSV(B) 126.21º 0.56% 0.41% -
XYZ 6.7 10.73 4.97 -
YUV 80.73 111.78 103.23 -
System Red Green Blue C M Y K H S L
Decimal 46 104 52 0.56 0 0.50 0.59 126.21 0.39 0.29
Hex 2E 68 34 38 0 32 3B 7E 27 1D
Octal 56 150 64 70 0 62 73 176 47 35
Binary 101110 1101000 110100 111000 0 110010 111011 1111110 100111 11101

Color Harmonies of #2E6834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6834

Black with #2E6834

Text Example


Text Example

White with #2E6834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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