#2C6027

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

Shades of San Felix #2C6027

Tints of San Felix #2C6027

Color information

#2C6027 (or 0x2C6027) is unknown color: approx San Felix. HEX triplet: 2C, 60 and 27. RGB value is (44,96,39). Sum of RGB (Red+Green+Blue) = 44+96+39=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 96 (37.89% from 255 or 53.63% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6027 is #D39FD8. Grayscale: #4A4A4A. Windows color (decimal): -13869017 or 2580524. OLE color: 2580524.

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

Color convert

RGB449639-
CMYK0.5400.590.62
HSL114.74º42.22%26.47%-
HSV(B)114.74º59.38%37.65%-
XYZ5.599.053.37-
YUV73.95108.27106.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 96 (37.89% from 255) = 53.63%
BLUE value IS 39 (15.62% from 255) = 21.79%
R=24.58%
G=53.63%
B=21.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496390.5400.590.62114.7442.2226.47
Hex2C60273603B3E732a1a
Octal541404766073761635232
Binary10110011000001001111101100111011111110111001110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,39); }

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

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

 a { background-color: rgb(44,96,39); }

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

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

 span { border-color: rgb(44,96,39); }

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