#2A6520

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

Shades of San Felix #2A6520

Tints of San Felix #2A6520

Color information

#2A6520 (or 0x2A6520) is unknown color: approx San Felix. HEX triplet: 2A, 65 and 20. RGB value is (42,101,32). Sum of RGB (Red+Green+Blue) = 42+101+32=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6520 is #D59ADF. Grayscale: #4B4B4B. Windows color (decimal): -13998816 or 2123050. OLE color: 2123050.

HSL color Cylindrical-coordinate representation of color #2A6520: hue angle of 111.3º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6520 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB4210132-
CMYK0.5800.680.60
HSL111.3º51.88%26.08%-
HSV(B)111.3º68.32%39.61%-
XYZ5.879.92.97-
YUV75.49103.45104.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 101 (39.84% from 255) = 57.71%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=24%
G=57.71%
B=18.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal42101320.5800.680.60111.351.8826.08
Hex2A65203A0443C6f341a
Octal5214540720104741576432
Binary101010110010110000011101001000100111100110111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,101,32); }

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

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

 a { background-color: rgb(42,101,32); }

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

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

 span { border-color: rgb(42,101,32); }

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