#2A6229

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

Shades of San Felix #2A6229

Tints of San Felix #2A6229

Color information

#2A6229 (or 0x2A6229) is unknown color: approx San Felix. HEX triplet: 2A, 62 and 29. RGB value is (42,98,41). Sum of RGB (Red+Green+Blue) = 42+98+41=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6229 is #D59DD6. Grayscale: #4A4A4A. Windows color (decimal): -13999575 or 2712106. OLE color: 2712106.

HSL color Cylindrical-coordinate representation of color #2A6229: hue angle of 118.95º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6229 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB429841-
CMYK0.5700.580.62
HSL118.95º41.01%27.25%-
HSV(B)118.95º58.16%38.43%-
XYZ5.729.393.61-
YUV74.76108.95104.63-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=23.20%
G=54.14%
B=22.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4298410.5700.580.62118.9541.0127.25
Hex2A62293903A3E77291b
Octal521425171072761675133
Binary10101011000101010011110010111010111110111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,98,41); }

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

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

 a { background-color: rgb(42,98,41); }

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

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

 span { border-color: rgb(42,98,41); }

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