#2E692F

Color #2E692F San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #2E692F

Tints of San Felix #2E692F

Color information

#2E692F (or 0x2E692F) is unknown color: approx San Felix. HEX triplet: 2E, 69 and 2F. RGB value is (46,105,47). Sum of RGB (Red+Green+Blue) = 46+105+47=198 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.23% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #2E692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E692F is #D196D0. Grayscale: #505050. Windows color (decimal): -13735633 or 3107118. OLE color: 3107118.

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

Color convert

RGB4610547-
CMYK0.5600.550.59
HSL121.02º39.07%29.61%-
HSV(B)121.02º56.19%41.18%-
XYZ6.6910.894.44-
YUV80.75108.95103.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.23%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=23.23%
G=53.03%
B=23.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105470.5600.550.59121.0239.0729.61
Hex2E692F380373B79271e
Octal561515770067731714736
Binary10111011010011011111110000110111111011111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,47); }

 H1.HeaderClassName
 {
   color: #2E692F;
 }
 .AnyTagClassName
 {
   color: #2E692F;
 }
</style>
background-color css

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

 a { background-color: rgb(46,105,47); }

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

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

 span { border-color: rgb(46,105,47); }

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