#2F682E

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

Shades of San Felix #2F682E

Tints of San Felix #2F682E

Color information

#2F682E (or 0x2F682E) is unknown color: approx San Felix. HEX triplet: 2F, 68 and 2E. RGB value is (47,104,46). Sum of RGB (Red+Green+Blue) = 47+104+46=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #2F682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F682E is #D097D1. Grayscale: #505050. Windows color (decimal): -13670354 or 3041327. OLE color: 3041327.

HSL color Cylindrical-coordinate representation of color #2F682E: hue angle of 118.97º 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 #2F682E is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB4710446-
CMYK0.5500.560.59
HSL118.97º38.67%29.41%-
HSV(B)118.97º55.77%40.78%-
XYZ6.6210.74.3-
YUV80.34108.62104.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.86%
GREEN value IS 104 (41.02% from 255) = 52.79%
BLUE value IS 46 (18.36% from 255) = 23.35%
R=23.86%
G=52.79%
B=23.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal47104460.5500.560.59118.9738.6729.41
Hex2F682E370383B77271d
Octal571505667070731674735
Binary10111111010001011101101110111000111011111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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