#2C682F

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

Shades of San Felix #2C682F

Tints of San Felix #2C682F

Color information

#2C682F (or 0x2C682F) is unknown color: approx San Felix. HEX triplet: 2C, 68 and 2F. RGB value is (44,104,47). Sum of RGB (Red+Green+Blue) = 44+104+47=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #2C682F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C682F is #D397D0. Grayscale: #4F4F4F. Windows color (decimal): -13866961 or 3106860. OLE color: 3106860.

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

Color convert

RGB4410447-
CMYK0.5800.550.59
HSL123º40.54%29.02%-
HSV(B)123º57.69%40.78%-
XYZ6.510.644.4-
YUV79.56109.62102.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.56%
GREEN value IS 104 (41.02% from 255) = 53.33%
BLUE value IS 47 (18.75% from 255) = 24.10%
R=22.56%
G=53.33%
B=24.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104470.5800.550.5912340.5429.02
Hex2C682F3A0373B7b291d
Octal541505772067731735135
Binary10110011010001011111110100110111111011111101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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