#2A6420

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

Shades of San Felix #2A6420

Tints of San Felix #2A6420

Color information

#2A6420 (or 0x2A6420) is unknown color: approx San Felix. HEX triplet: 2A, 64 and 20. RGB value is (42,100,32). Sum of RGB (Red+Green+Blue) = 42+100+32=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6420 is #D59BDF. Grayscale: #4B4B4B. Windows color (decimal): -13999072 or 2122794. OLE color: 2122794.

HSL color Cylindrical-coordinate representation of color #2A6420: hue angle of 111.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6420 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB4210032-
CMYK0.5800.680.61
HSL111.18º51.52%25.88%-
HSV(B)111.18º68%39.22%-
XYZ5.779.712.94-
YUV74.91103.78104.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 100 (39.45% from 255) = 57.47%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=24.14%
G=57.47%
B=18.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal42100320.5800.680.61111.1851.5225.88
Hex2A64203A0443D6f341a
Octal5214440720104751576432
Binary101010110010010000011101001000100111101110111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,100,32); }

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

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

 a { background-color: rgb(42,100,32); }

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

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

 span { border-color: rgb(42,100,32); }

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