#2A6C21

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

Shades of San Felix #2A6C21

Tints of San Felix #2A6C21

Color information

#2A6C21 (or 0x2A6C21) is unknown color: approx San Felix. HEX triplet: 2A, 6C and 21. RGB value is (42,108,33). Sum of RGB (Red+Green+Blue) = 42+108+33=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 108 (42.58% from 255 or 59.02% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 108 - color contains mainly: green. Hex color #2A6C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6C21 is #D593DE. Grayscale: #4F4F4F. Windows color (decimal): -13997023 or 2190378. OLE color: 2190378.

HSL color Cylindrical-coordinate representation of color #2A6C21: hue angle of 112.8º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A6C21 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB4210833-
CMYK0.6100.690.58
HSL112.8º53.19%27.65%-
HSV(B)112.8º69.44%42.35%-
XYZ6.5911.333.28-
YUV79.72101.63101.1-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.95%
GREEN value IS 108 (42.58% from 255) = 59.02%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=22.95%
G=59.02%
B=18.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42108330.6100.690.58112.853.1927.65
Hex2A6C213D0453A71351c
Octal5215441750105721616534
Binary101010110110010000111110101000101111010111000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,108,33); }

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

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

 a { background-color: rgb(42,108,33); }

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

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

 span { border-color: rgb(42,108,33); }

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