#256c1a

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

Shades of San Felix #256C1A

Tints of San Felix #256C1A

Color information

#256C1A (or 0x256C1A) is unknown color: approx San Felix. HEX triplet: 25, 6C and 1A. RGB value is (37,108,26). Sum of RGB (Red+Green+Blue) = 37+108+26=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #256C1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C1A is #DA93E5. Grayscale: #4D4D4D. Windows color (decimal): -14324710 or 1731621. OLE color: 1731621.

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

Color convert

RGB3710826-
CMYK0.6600.760.58
HSL111.95º61.19%26.27%-
HSV(B)111.95º75.93%42.35%-
XYZ6.3111.192.81-
YUV77.4298.9899.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 108 (42.58% from 255) = 63.16%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=21.64%
G=63.16%
B=15.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108260.6600.760.58111.9561.1926.27
Hex256C1A4204C3A703d1a
Octal45154321020114721607532
Binary100101110110011010100001001001100111010111000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256c1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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