#2A6E34

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

Shades of San Felix #2A6E34

Tints of San Felix #2A6E34

Color information

#2A6E34 (or 0x2A6E34) is unknown color: approx San Felix. HEX triplet: 2A, 6E and 34. RGB value is (42,110,52). Sum of RGB (Red+Green+Blue) = 42+110+52=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6E34 is #D591CB. Grayscale: #535353. Windows color (decimal): -13996492 or 3436074. OLE color: 3436074.

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

Color convert

RGB4211052-
CMYK0.6200.530.57
HSL128.82º44.74%29.8%-
HSV(B)128.82º61.82%43.14%-
XYZ7.1511.895.17-
YUV83.06110.4798.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 20.59%
GREEN value IS 110 (43.36% from 255) = 53.92%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=20.59%
G=53.92%
B=25.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42110520.6200.530.57128.8244.7429.8
Hex2A6E343E03539812d1e
Octal521566476065712015536
Binary101010110111011010011111001101011110011000000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,110,52); }

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

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

 a { background-color: rgb(42,110,52); }

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

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

 span { border-color: rgb(42,110,52); }

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