#2A682C

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

Shades of San Felix #2A682C

Tints of San Felix #2A682C

Color information

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

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

Color convert

RGB4210444-
CMYK0.6000.580.59
HSL121.94º42.47%28.63%-
HSV(B)121.94º59.62%40.78%-
XYZ6.3610.574.09-
YUV78.62108.46101.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42104440.6000.580.59121.9442.4728.63
Hex2A682C3C03A3B7a2a1d
Octal521505474072731725235
Binary10101011010001011001111000111010111011111101010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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