#25702E

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

Shades of San Felix #25702E

Tints of San Felix #25702E

Color information

#25702E (or 0x25702E) is unknown color: approx San Felix. HEX triplet: 25, 70 and 2E. RGB value is (37,112,46). Sum of RGB (Red+Green+Blue) = 37+112+46=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 46 (18.36% from 255 or 23.59% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #25702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25702E is #DA8FD1. Grayscale: #525252. Windows color (decimal): -14323666 or 3043365. OLE color: 3043365.

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

Color convert

RGB3711246-
CMYK0.6700.590.56
HSL127.2º50.34%29.22%-
HSV(B)127.2º66.96%43.92%-
XYZ7.0512.184.56-
YUV82.05107.6595.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 112 (44.14% from 255) = 57.44%
BLUE value IS 46 (18.36% from 255) = 23.59%
R=18.97%
G=57.44%
B=23.59%

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
Decimal37112460.6700.590.56127.250.3429.22
Hex25702E4303B387f321d
Octal4516056103073701776235
Binary100101111000010111010000110111011111000111111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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