#256F2A

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

Shades of San Felix #256F2A

Tints of San Felix #256F2A

Color information

#256F2A (or 0x256F2A) is unknown color: approx San Felix. HEX triplet: 25, 6F and 2A. RGB value is (37,111,42). Sum of RGB (Red+Green+Blue) = 37+111+42=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 111 (43.75% from 255 or 58.42% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 111 - color contains mainly: green. Hex color #256F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256F2A is #DA90D5. Grayscale: #515151. Windows color (decimal): -14323926 or 2780965. OLE color: 2780965.

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

Color convert

RGB3711142-
CMYK0.6700.620.56
HSL124.05º50%29.02%-
HSV(B)124.05º66.67%43.53%-
XYZ6.8711.934.13-
YUV81.01105.9896.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 111 (43.75% from 255) = 58.42%
BLUE value IS 42 (16.80% from 255) = 22.11%
R=19.47%
G=58.42%
B=22.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37111420.6700.620.56124.055029.02
Hex256F2A4303E387c321d
Octal4515752103076701746235
Binary100101110111110101010000110111110111000111110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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