#2F6E3A

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

Shades of San Felix #2F6E3A

Tints of San Felix #2F6E3A

Color information

#2F6E3A (or 0x2F6E3A) is unknown color: approx San Felix. HEX triplet: 2F, 6E and 3A. RGB value is (47,110,58). Sum of RGB (Red+Green+Blue) = 47+110+58=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E3A is #D091C5. Grayscale: #555555. Windows color (decimal): -13668806 or 3829295. OLE color: 3829295.

HSL color Cylindrical-coordinate representation of color #2F6E3A: hue angle of 130.48º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E3A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB4711058-
CMYK0.5700.470.57
HSL130.48º40.13%30.78%-
HSV(B)130.48º57.27%43.14%-
XYZ7.5112.065.94-
YUV85.23112.63100.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.86%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=21.86%
G=51.16%
B=26.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal47110580.5700.470.57130.4840.1330.78
Hex2F6E3A3902F3982281f
Octal571567271057712025037
Binary101111110111011101011100101011111110011000001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,110,58); }

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

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

 a { background-color: rgb(47,110,58); }

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

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

 span { border-color: rgb(47,110,58); }

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