#2A6922

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

Shades of San Felix #2A6922

Tints of San Felix #2A6922

Color information

#2A6922 (or 0x2A6922) is unknown color: approx San Felix. HEX triplet: 2A, 69 and 22. RGB value is (42,105,34). Sum of RGB (Red+Green+Blue) = 42+105+34=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6922 is #D596DD. Grayscale: #4E4E4E. Windows color (decimal): -13997790 or 2255146. OLE color: 2255146.

HSL color Cylindrical-coordinate representation of color #2A6922: hue angle of 113.24º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6922 is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB4210534-
CMYK0.600.680.59
HSL113.24º51.08%27.25%-
HSV(B)113.24º67.62%41.18%-
XYZ6.310.713.25-
YUV78.07103.13102.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.20%
GREEN value IS 105 (41.41% from 255) = 58.01%
BLUE value IS 34 (13.67% from 255) = 18.78%
R=23.20%
G=58.01%
B=18.78%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal42105340.600.680.59113.2451.0827.25
Hex2A69223C0443B71331b
Octal5215142740104731616333
Binary101010110100110001011110001000100111011111000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,105,34); }

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

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

 a { background-color: rgb(42,105,34); }

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

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

 span { border-color: rgb(42,105,34); }

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