#256B29

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

Shades of San Felix #256B29

Tints of San Felix #256B29

Color information

#256B29 (or 0x256B29) is unknown color: approx San Felix. HEX triplet: 25, 6B and 29. RGB value is (37,107,41). Sum of RGB (Red+Green+Blue) = 37+107+41=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #256B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B29 is #DA94D6. Grayscale: #4E4E4E. Windows color (decimal): -14324951 or 2714405. OLE color: 2714405.

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

Color convert

RGB3710741-
CMYK0.6500.620.58
HSL123.43º48.61%28.24%-
HSV(B)123.43º65.42%41.96%-
XYZ6.4211.073.9-
YUV78.55106.8198.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 107 (42.19% from 255) = 57.84%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=20%
G=57.84%
B=22.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107410.6500.620.58123.4348.6128.24
Hex256B294103E3A7b311c
Octal4515351101076721736134
Binary100101110101110100110000010111110111010111101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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