#256D2D

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

Shades of San Felix #256D2D

Tints of San Felix #256D2D

Color information

#256D2D (or 0x256D2D) is unknown color: approx San Felix. HEX triplet: 25, 6D and 2D. RGB value is (37,109,45). Sum of RGB (Red+Green+Blue) = 37+109+45=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #256D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D2D is #DA92D2. Grayscale: #505050. Windows color (decimal): -14324435 or 2977061. OLE color: 2977061.

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

Color convert

RGB3710945-
CMYK0.6600.590.57
HSL126.67º49.32%28.63%-
HSV(B)126.67º66.06%42.75%-
XYZ6.7111.524.35-
YUV80.18108.1597.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.37%
GREEN value IS 109 (42.97% from 255) = 57.07%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=19.37%
G=57.07%
B=23.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109450.6600.590.57126.6749.3228.63
Hex256D2D4203B397f311d
Octal4515555102073711776135
Binary100101110110110110110000100111011111001111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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