#2A7036

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

Shades of San Felix #2A7036

Tints of San Felix #2A7036

Color information

#2A7036 (or 0x2A7036) is unknown color: approx San Felix. HEX triplet: 2A, 70 and 36. RGB value is (42,112,54). Sum of RGB (Red+Green+Blue) = 42+112+54=208 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.19% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7036 is #D58FC9. Grayscale: #545454. Windows color (decimal): -13995978 or 3567658. OLE color: 3567658.

HSL color Cylindrical-coordinate representation of color #2A7036: hue angle of 130.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A7036 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB4211254-
CMYK0.6200.520.56
HSL130.29º45.45%30.2%-
HSV(B)130.29º62.5%43.92%-
XYZ7.4112.355.48-
YUV84.46110.8197.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.19%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 54 (21.48% from 255) = 25.96%
R=20.19%
G=53.85%
B=25.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112540.6200.520.56130.2945.4530.2
Hex2A70363E03438822d1e
Octal521606676064702025536
Binary101010111000011011011111001101001110001000001010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,112,54); }

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

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

 a { background-color: rgb(42,112,54); }

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

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

 span { border-color: rgb(42,112,54); }

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