#256D30

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

Shades of San Felix #256D30

Tints of San Felix #256D30

Color information

#256D30 (or 0x256D30) is unknown color: approx San Felix. HEX triplet: 25, 6D and 30. RGB value is (37,109,48). Sum of RGB (Red+Green+Blue) = 37+109+48=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 109 (42.97% from 255 or 56.19% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 109 - color contains mainly: green. Hex color #256D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256D30 is #DA92CF. Grayscale: #505050. Windows color (decimal): -14324432 or 3173669. OLE color: 3173669.

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

Color convert

RGB3710948-
CMYK0.6600.560.57
HSL129.17º49.32%28.63%-
HSV(B)129.17º66.06%42.75%-
XYZ6.7711.544.67-
YUV80.52109.6596.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 109 (42.97% from 255) = 56.19%
BLUE value IS 48 (19.14% from 255) = 24.74%
R=19.07%
G=56.19%
B=24.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal37109480.6600.560.57129.1749.3228.63
Hex256D30420383981311d
Octal4515560102070712016135
Binary1001011101101110000100001001110001110011000000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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