#2C6125

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

Shades of San Felix #2C6125

Tints of San Felix #2C6125

Color information

#2C6125 (or 0x2C6125) is unknown color: approx San Felix. HEX triplet: 2C, 61 and 25. RGB value is (44,97,37). Sum of RGB (Red+Green+Blue) = 44+97+37=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 97 (38.28% from 255 or 54.49% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6125 is #D39EDA. Grayscale: #4A4A4A. Windows color (decimal): -13868763 or 2449708. OLE color: 2449708.

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

Color convert

RGB449737-
CMYK0.5500.620.62
HSL113º44.78%26.27%-
HSV(B)113º61.86%38.04%-
XYZ5.659.223.23-
YUV74.31106.94106.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 97 (38.28% from 255) = 54.49%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=24.72%
G=54.49%
B=20.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497370.5500.620.6211344.7826.27
Hex2C61253703E3E712d1a
Octal541414567076761615532
Binary10110011000011001011101110111110111110111000110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,37); }

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

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

 a { background-color: rgb(44,97,37); }

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

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

 span { border-color: rgb(44,97,37); }

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