#2A7031

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

Shades of San Felix #2A7031

Tints of San Felix #2A7031

Color information

#2A7031 (or 0x2A7031) is unknown color: approx San Felix. HEX triplet: 2A, 70 and 31. RGB value is (42,112,49). Sum of RGB (Red+Green+Blue) = 42+112+49=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #2A7031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7031 is #D58FCE. Grayscale: #545454. Windows color (decimal): -13995983 or 3239978. OLE color: 3239978.

HSL color Cylindrical-coordinate representation of color #2A7031: hue angle of 126º 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 #2A7031 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB4211249-
CMYK0.6200.560.56
HSL126º45.45%30.2%-
HSV(B)126º62.5%43.92%-
XYZ7.312.34.9-
YUV83.89108.3198.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.69%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=20.69%
G=55.17%
B=24.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42112490.6200.560.5612645.4530.2
Hex2A70313E038387e2d1e
Octal521606176070701765536
Binary10101011100001100011111100111000111000111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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