#256B1E

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

Shades of San Felix #256B1E

Tints of San Felix #256B1E

Color information

#256B1E (or 0x256B1E) is unknown color: approx San Felix. HEX triplet: 25, 6B and 1E. RGB value is (37,107,30). Sum of RGB (Red+Green+Blue) = 37+107+30=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 107 (42.19% from 255 or 61.49% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 107 - color contains mainly: green. Hex color #256B1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256B1E is #DA94E1. Grayscale: #4D4D4D. Windows color (decimal): -14324962 or 1993509. OLE color: 1993509.

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

Color convert

RGB3710730-
CMYK0.6500.720.58
HSL114.55º56.2%26.86%-
HSV(B)114.55º71.96%41.96%-
XYZ6.25113.02-
YUV77.29101.3199.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 107 (42.19% from 255) = 61.49%
BLUE value IS 30 (12.11% from 255) = 17.24%
R=21.26%
G=61.49%
B=17.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37107300.6500.720.58114.5556.226.86
Hex256B1E410483A73381b
Octal45153361010110721637033
Binary100101110101111110100000101001000111010111001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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