#2C682A

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

Shades of San Felix #2C682A

Tints of San Felix #2C682A

Color information

#2C682A (or 0x2C682A) is unknown color: approx San Felix. HEX triplet: 2C, 68 and 2A. RGB value is (44,104,42). Sum of RGB (Red+Green+Blue) = 44+104+42=190 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.16% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #2C682A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C682A is #D397D5. Grayscale: #4F4F4F. Windows color (decimal): -13866966 or 2779180. OLE color: 2779180.

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

Color convert

RGB4410442-
CMYK0.5800.600.59
HSL118.06º42.47%28.63%-
HSV(B)118.06º59.62%40.78%-
XYZ6.4110.63.9-
YUV78.99107.12103.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.16%
GREEN value IS 104 (41.02% from 255) = 54.74%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=23.16%
G=54.74%
B=22.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal44104420.5800.600.59118.0642.4728.63
Hex2C682A3A03C3B762a1d
Octal541505272074731665235
Binary10110011010001010101110100111100111011111011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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