#256C29

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

Shades of San Felix #256C29

Tints of San Felix #256C29

Color information

#256C29 (or 0x256C29) is unknown color: approx San Felix. HEX triplet: 25, 6C and 29. RGB value is (37,108,41). Sum of RGB (Red+Green+Blue) = 37+108+41=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #256C29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C29 is #DA93D6. Grayscale: #4F4F4F. Windows color (decimal): -14324695 or 2714661. OLE color: 2714661.

HSL color Cylindrical-coordinate representation of color #256C29: hue angle of 123.38º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256C29 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB3710841-
CMYK0.6600.620.58
HSL123.38º48.97%28.43%-
HSV(B)123.38º65.74%42.35%-
XYZ6.5311.283.93-
YUV79.13106.4897.95-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 108 (42.58% from 255) = 58.06%
BLUE value IS 41 (16.41% from 255) = 22.04%
R=19.89%
G=58.06%
B=22.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108410.6600.620.58123.3848.9728.43
Hex256C294203E3A7b311c
Octal4515451102076721736134
Binary100101110110010100110000100111110111010111101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256C29; }

 p { color: rgb(37,108,41); }

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

<style>
 a { background-color: #256C29; }

 a { background-color: rgb(37,108,41); }

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

<style>
 span { border-color: #256C29; }

 span { border-color: rgb(37,108,41); }

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