#25731E

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

Shades of San Felix #25731E

Tints of San Felix #25731E

Color information

#25731E (or 0x25731E) is unknown color: approx San Felix. HEX triplet: 25, 73 and 1E. RGB value is (37,115,30). Sum of RGB (Red+Green+Blue) = 37+115+30=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 115 (45.31% from 255 or 63.19% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 115 - color contains mainly: green. Hex color #25731E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25731E is #DA8CE1. Grayscale: #525252. Windows color (decimal): -14322914 or 1995557. OLE color: 1995557.

HSL color Cylindrical-coordinate representation of color #25731E: hue angle of 115.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25731E is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB3711530-
CMYK0.6800.740.55
HSL115.06º58.62%28.43%-
HSV(B)115.06º73.91%45.1%-
XYZ7.1312.753.31-
YUV81.9998.6695.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.33%
GREEN value IS 115 (45.31% from 255) = 63.19%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=20.33%
G=63.19%
B=16.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37115300.6800.740.55115.0658.6228.43
Hex25731E4404A37733b1c
Octal45163361040112671637334
Binary100101111001111110100010001001010110111111001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25731E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25731E; }

 p { color: rgb(37,115,30); }

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

<style>
 a { background-color: #25731E; }

 a { background-color: rgb(37,115,30); }

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

<style>
 span { border-color: #25731E; }

 span { border-color: rgb(37,115,30); }

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