#2C6026

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

Shades of San Felix #2C6026

Tints of San Felix #2C6026

Color information

#2C6026 (or 0x2C6026) is unknown color: approx San Felix. HEX triplet: 2C, 60 and 26. RGB value is (44,96,38). Sum of RGB (Red+Green+Blue) = 44+96+38=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 96 (37.89% from 255 or 53.93% from 178); Blue value is 38 (15.23% from 255 or 21.35% from 178); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6026 is #D39FD9. Grayscale: #4A4A4A. Windows color (decimal): -13869018 or 2514988. OLE color: 2514988.

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

Color convert

RGB449638-
CMYK0.5400.600.62
HSL113.79º43.28%26.27%-
HSV(B)113.79º60.42%37.65%-
XYZ5.579.043.29-
YUV73.84107.77106.72-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 96 (37.89% from 255) = 53.93%
BLUE value IS 38 (15.23% from 255) = 21.35%
R=24.72%
G=53.93%
B=21.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496380.5400.600.62113.7943.2826.27
Hex2C60263603C3E722b1a
Octal541404666074761625332
Binary10110011000001001101101100111100111110111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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