#2A6B24

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

Shades of San Felix #2A6B24

Tints of San Felix #2A6B24

Color information

#2A6B24 (or 0x2A6B24) is unknown color: approx San Felix. HEX triplet: 2A, 6B and 24. RGB value is (42,107,36). Sum of RGB (Red+Green+Blue) = 42+107+36=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6B24 is #D594DB. Grayscale: #4F4F4F. Windows color (decimal): -13997276 or 2386730. OLE color: 2386730.

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

Color convert

RGB4210736-
CMYK0.6100.660.58
HSL114.93º49.65%28.04%-
HSV(B)114.93º66.36%41.96%-
XYZ6.5311.143.47-
YUV79.47103.47101.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 107 (42.19% from 255) = 57.84%
BLUE value IS 36 (14.45% from 255) = 19.46%
R=22.70%
G=57.84%
B=19.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal42107360.6100.660.58114.9349.6528.04
Hex2A6B243D0423A73321c
Octal5215344750102721636234
Binary101010110101110010011110101000010111010111001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A6B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,107,36); }

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

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

 a { background-color: rgb(42,107,36); }

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

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

 span { border-color: rgb(42,107,36); }

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