#2C6B31

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

Shades of San Felix #2C6B31

Tints of San Felix #2C6B31

Color information

#2C6B31 (or 0x2C6B31) is unknown color: approx San Felix. HEX triplet: 2C, 6B and 31. RGB value is (44,107,49). Sum of RGB (Red+Green+Blue) = 44+107+49=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #2C6B31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6B31 is #D394CE. Grayscale: #515151. Windows color (decimal): -13866191 or 3238700. OLE color: 3238700.

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

Color convert

RGB4410749-
CMYK0.5900.540.58
HSL124.76º41.72%29.61%-
HSV(B)124.76º58.88%41.96%-
XYZ6.8511.274.72-
YUV81.55109.63101.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 49 (19.53% from 255) = 24.5%
R=22%
G=53.5%
B=24.5%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44107490.5900.540.58124.7641.7229.61
Hex2C6B313B0363A7d2a1e
Octal541536173066721755236
Binary10110011010111100011110110110110111010111110110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,107,49); }

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

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

 a { background-color: rgb(44,107,49); }

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

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

 span { border-color: rgb(44,107,49); }

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