#2A7127

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

Shades of San Felix #2A7127

Tints of San Felix #2A7127

Color information

#2A7127 (or 0x2A7127) is unknown color: approx San Felix. HEX triplet: 2A, 71 and 27. RGB value is (42,113,39). Sum of RGB (Red+Green+Blue) = 42+113+39=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 113 (44.53% from 255 or 58.25% from 194); Blue value is 39 (15.62% from 255 or 20.10% from 194); Max value from RGB is 113 - color contains mainly: green. Hex color #2A7127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7127 is #D58ED8. Grayscale: #535353. Windows color (decimal): -13995737 or 2584874. OLE color: 2584874.

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

Color convert

RGB4211339-
CMYK0.6300.650.56
HSL117.57º48.68%29.8%-
HSV(B)117.57º65.49%44.31%-
XYZ7.2312.453.94-
YUV83.34102.9898.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 113 (44.53% from 255) = 58.25%
BLUE value IS 39 (15.62% from 255) = 20.10%
R=21.65%
G=58.25%
B=20.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113390.6300.650.56117.5748.6829.8
Hex2A71273F0413876311e
Octal5216147770101701666136
Binary101010111000110011111111101000001111000111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,113,39); }

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

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

 a { background-color: rgb(42,113,39); }

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

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

 span { border-color: rgb(42,113,39); }

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