#2C6D2E

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

Shades of San Felix #2C6D2E

Tints of San Felix #2C6D2E

Color information

#2C6D2E (or 0x2C6D2E) is unknown color: approx San Felix. HEX triplet: 2C, 6D and 2E. RGB value is (44,109,46). Sum of RGB (Red+Green+Blue) = 44+109+46=199 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.11% from 199); Green value is 109 (42.97% from 255 or 54.77% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 109 - color contains mainly: green. Hex color #2C6D2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6D2E is #D392D1. Grayscale: #525252. Windows color (decimal): -13865682 or 3042604. OLE color: 3042604.

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

Color convert

RGB4410946-
CMYK0.6000.580.57
HSL121.85º42.48%30%-
HSV(B)121.85º59.63%42.75%-
XYZ711.674.47-
YUV82.38107.47100.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.11%
GREEN value IS 109 (42.97% from 255) = 54.77%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=22.11%
G=54.77%
B=23.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44109460.6000.580.57121.8542.4830
Hex2C6D2E3C03A397a2a1e
Octal541555674072711725236
Binary10110011011011011101111000111010111001111101010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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