#2C6325

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

Shades of San Felix #2C6325

Tints of San Felix #2C6325

Color information

#2C6325 (or 0x2C6325) is unknown color: approx San Felix. HEX triplet: 2C, 63 and 25. RGB value is (44,99,37). Sum of RGB (Red+Green+Blue) = 44+99+37=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #2C6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6325 is #D39CDA. Grayscale: #4B4B4B. Windows color (decimal): -13868251 or 2450220. OLE color: 2450220.

HSL color Cylindrical-coordinate representation of color #2C6325: hue angle of 113.23º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C6325 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB449937-
CMYK0.5600.630.61
HSL113.23º45.59%26.67%-
HSV(B)113.23º62.63%38.82%-
XYZ5.839.593.29-
YUV75.49106.28105.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=24.44%
G=55%
B=20.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4499370.5600.630.61113.2345.5926.67
Hex2C63253803F3D712e1b
Octal541434570077751615633
Binary10110011000111001011110000111111111101111000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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