#2a6d2c

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

Shades of San Felix #2A6D2C

Tints of San Felix #2A6D2C

Color information

#2A6D2C (or 0x2A6D2C) is unknown color: approx San Felix. HEX triplet: 2A, 6D and 2C. RGB value is (42,109,44). Sum of RGB (Red+Green+Blue) = 42+109+44=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #2A6D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6D2C is #D592D3. Grayscale: #515151. Windows color (decimal): -13996756 or 2911530. OLE color: 2911530.

HSL color Cylindrical-coordinate representation of color #2A6D2C: hue angle of 121.79º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6D2C is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB4210944-
CMYK0.6100.600.57
HSL121.79º44.37%29.61%-
HSV(B)121.79º61.47%42.75%-
XYZ6.8811.614.26-
YUV81.56106.899.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.54%
GREEN value IS 109 (42.97% from 255) = 55.90%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=21.54%
G=55.90%
B=22.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal42109440.6100.600.57121.7944.3729.61
Hex2A6D2C3D03C397a2c1e
Octal521555475074711725436
Binary10101011011011011001111010111100111001111101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a6d2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,109,44); }

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

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

 a { background-color: rgb(42,109,44); }

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

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

 span { border-color: rgb(42,109,44); }

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