#2C6E2A

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

Shades of San Felix #2C6E2A

Tints of San Felix #2C6E2A

Color information

#2C6E2A (or 0x2C6E2A) is unknown color: approx San Felix. HEX triplet: 2C, 6E and 2A. RGB value is (44,110,42). Sum of RGB (Red+Green+Blue) = 44+110+42=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 110 (43.36% from 255 or 56.12% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 110 - color contains mainly: green. Hex color #2C6E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6E2A is #D391D5. Grayscale: #525252. Windows color (decimal): -13865430 or 2780716. OLE color: 2780716.

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

Color convert

RGB4411042-
CMYK0.600.620.57
HSL118.24º44.74%29.8%-
HSV(B)118.24º61.82%43.14%-
XYZ7.0311.854.11-
YUV82.51105.13100.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.45%
GREEN value IS 110 (43.36% from 255) = 56.12%
BLUE value IS 42 (16.80% from 255) = 21.43%
R=22.45%
G=56.12%
B=21.43%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal44110420.600.620.57118.2444.7429.8
Hex2C6E2A3C03E39762d1e
Octal541565274076711665536
Binary10110011011101010101111000111110111001111011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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