#2A7538

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

Shades of San Felix #2A7538

Tints of San Felix #2A7538

Color information

#2A7538 (or 0x2A7538) is unknown color: approx San Felix. HEX triplet: 2A, 75 and 38. RGB value is (42,117,56). Sum of RGB (Red+Green+Blue) = 42+117+56=215 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.53% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #2A7538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7538 is #D58AC7. Grayscale: #575757. Windows color (decimal): -13994696 or 3700010. OLE color: 3700010.

HSL color Cylindrical-coordinate representation of color #2A7538: hue angle of 131.2º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A7538 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB4211756-
CMYK0.6400.520.54
HSL131.2º47.17%31.18%-
HSV(B)131.2º64.1%45.88%-
XYZ8.0313.55.92-
YUV87.62110.1595.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 19.53%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=19.53%
G=54.42%
B=26.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal42117560.6400.520.54131.247.1731.18
Hex2A75384003436832f1f
Octal5216570100064662035737
Binary1010101110101111000100000001101001101101000001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,117,56); }

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

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

 a { background-color: rgb(42,117,56); }

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

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

 span { border-color: rgb(42,117,56); }

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