#2A712E

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

Shades of San Felix #2A712E

Tints of San Felix #2A712E

Color information

#2A712E (or 0x2A712E) is unknown color: approx San Felix. HEX triplet: 2A, 71 and 2E. RGB value is (42,113,46). Sum of RGB (Red+Green+Blue) = 42+113+46=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #2A712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A712E is #D58ED1. Grayscale: #545454. Windows color (decimal): -13995730 or 3043626. OLE color: 3043626.

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

Color convert

RGB4211346-
CMYK0.6300.590.56
HSL123.38º45.81%30.39%-
HSV(B)123.38º62.83%44.31%-
XYZ7.3512.54.61-
YUV84.13106.4897.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.90%
GREEN value IS 113 (44.53% from 255) = 56.22%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=20.90%
G=56.22%
B=22.89%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42113460.6300.590.56123.3845.8130.39
Hex2A712E3F03B387b2e1e
Octal521615677073701735636
Binary10101011100011011101111110111011111000111101110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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