#256D2A

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

Shades of San Felix #256D2A

Tints of San Felix #256D2A

Color information

#256D2A (or 0x256D2A) is unknown color: approx San Felix. HEX triplet: 25, 6D and 2A. RGB value is (37,109,42). Sum of RGB (Red+Green+Blue) = 37+109+42=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 42 (16.80% from 255 or 22.34% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2A is #DA92D5. Grayscale: #505050. Windows color (decimal): -14324438 or 2780453. OLE color: 2780453.

HSL color Cylindrical-coordinate representation of color #256D2A: hue angle of 124.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256D2A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB3710942-
CMYK0.6600.610.57
HSL124.17º49.32%28.63%-
HSV(B)124.17º66.06%42.75%-
XYZ6.6511.54.06-
YUV79.83106.6597.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.68%
GREEN value IS 109 (42.97% from 255) = 57.98%
BLUE value IS 42 (16.80% from 255) = 22.34%
R=19.68%
G=57.98%
B=22.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109420.6600.610.57124.1749.3228.63
Hex256D2A4203D397c311d
Octal4515552102075711746135
Binary100101110110110101010000100111101111001111110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,42); }

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

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

 a { background-color: rgb(37,109,42); }

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

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

 span { border-color: rgb(37,109,42); }

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