Html Css Color HEX #2E6B27 San Felix

📋 copy color: '#2E6B27'

red 46 ◦ green 107 ◦ blue 39

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

Shades of San Felix #2E6B27

Tints of San Felix #2E6B27

RGB

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

 GREEN value IS 107 (42.19% from 255) = 55.73%

 BLUE value IS 39 (15.63% from 255) = 20.31%

R = 23.96%
G = 55.73%
B = 20.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#2E6B27 (or 0x2E6B27) is known color: San Felix. HEX triplet: 2E, 6B and 27. RGB value is (46,107,39). Sum of RGB (Red+Green+Blue) = 46+107+39=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 107 (42.19% from 255 or 55.73% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 107 - color contains mainly: green. Hex color #2E6B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6B27 is #D194D8. Grayscale: #515151. Windows color (decimal): -13735129 or 2583342. OLE color: 2583342.

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

Color convert

RGB 46 107 39 -
CMYK 0.57 0 0.64 0.58
HSL 113.82º 0.47% 0.29% -
HSV(B) 113.82º 0.64% 0.42% -
XYZ 6.75 11.24 3.73 -
YUV 81.01 104.29 103.03 -
System Red Green Blue C M Y K H S L
Decimal 46 107 39 0.57 0 0.64 0.58 113.82 0.47 0.29
Hex 2E 6B 27 39 0 40 3A 72 2F 1D
Octal 56 153 47 71 0 100 72 162 57 35
Binary 101110 1101011 100111 111001 0 1000000 111010 1110010 101111 11101

Color Harmonies of #2E6B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6B27

Black with #2E6B27

Text Example


Text Example

White with #2E6B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,107,39); }

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

background-color css

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

 a { background-color: rgb(46,107,39); }

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

border-color css

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

 span { border-color: rgb(46,107,39); }

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