#2A6E2E

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

Shades of San Felix #2A6E2E

Tints of San Felix #2A6E2E

Color information

#2A6E2E (or 0x2A6E2E) is unknown color: approx San Felix. HEX triplet: 2A, 6E and 2E. RGB value is (42,110,46). Sum of RGB (Red+Green+Blue) = 42+110+46=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 110 (43.36% from 255 or 55.56% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 110 - color contains mainly: green. Hex color #2A6E2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6E2E is #D591D1. Grayscale: #525252. Windows color (decimal): -13996498 or 3042858. OLE color: 3042858.

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

Color convert

RGB4211046-
CMYK0.6200.580.57
HSL123.53º44.74%29.8%-
HSV(B)123.53º61.82%43.14%-
XYZ7.0211.844.5-
YUV82.37107.4799.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.21%
GREEN value IS 110 (43.36% from 255) = 55.56%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=21.21%
G=55.56%
B=23.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42110460.6200.580.57123.5344.7429.8
Hex2A6E2E3E03A397c2d1e
Octal521565676072711745536
Binary10101011011101011101111100111010111001111110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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