#256F2E

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

Shades of San Felix #256F2E

Tints of San Felix #256F2E

Color information

#256F2E (or 0x256F2E) is unknown color: approx San Felix. HEX triplet: 25, 6F and 2E. RGB value is (37,111,46). Sum of RGB (Red+Green+Blue) = 37+111+46=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 46 (18.36% from 255 or 23.71% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #256F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F2E is #DA90D1. Grayscale: #515151. Windows color (decimal): -14323922 or 3043109. OLE color: 3043109.

HSL color Cylindrical-coordinate representation of color #256F2E: hue angle of 127.3º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #256F2E is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB3711146-
CMYK0.6700.590.56
HSL127.3º50%29.02%-
HSV(B)127.3º66.67%43.53%-
XYZ6.9411.964.53-
YUV81.46107.9896.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 111 (43.75% from 255) = 57.22%
BLUE value IS 46 (18.36% from 255) = 23.71%
R=19.07%
G=57.22%
B=23.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37111460.6700.590.56127.35029.02
Hex256F2E4303B387f321d
Octal4515756103073701776235
Binary100101110111110111010000110111011111000111111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,111,46); }

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

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

 a { background-color: rgb(37,111,46); }

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

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

 span { border-color: rgb(37,111,46); }

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