#256C2F

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

Shades of San Felix #256C2F

Tints of San Felix #256C2F

Color information

#256C2F (or 0x256C2F) is unknown color: approx San Felix. HEX triplet: 25, 6C and 2F. RGB value is (37,108,47). Sum of RGB (Red+Green+Blue) = 37+108+47=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #256C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256C2F is #DA93D0. Grayscale: #4F4F4F. Windows color (decimal): -14324689 or 3107877. OLE color: 3107877.

HSL color Cylindrical-coordinate representation of color #256C2F: hue angle of 128.45º 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 #256C2F is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB3710847-
CMYK0.6600.560.58
HSL128.45º48.97%28.43%-
HSV(B)128.45º65.74%42.35%-
XYZ6.6411.324.53-
YUV79.82109.4897.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 108 (42.58% from 255) = 56.25%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=19.27%
G=56.25%
B=24.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal37108470.6600.560.58128.4548.9728.43
Hex256C2F420383A80311c
Octal4515457102070722006134
Binary1001011101100101111100001001110001110101000000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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