#25712E

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

Shades of San Felix #25712E

Tints of San Felix #25712E

Color information

#25712E (or 0x25712E) is unknown color: approx San Felix. HEX triplet: 25, 71 and 2E. RGB value is (37,113,46). Sum of RGB (Red+Green+Blue) = 37+113+46=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 113 (44.53% from 255 or 57.65% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 113 - color contains mainly: green. Hex color #25712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25712E is #DA8ED1. Grayscale: #525252. Windows color (decimal): -14323410 or 3043621. OLE color: 3043621.

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

Color convert

RGB3711346-
CMYK0.6700.590.56
HSL127.11º50.67%29.41%-
HSV(B)127.11º67.26%44.31%-
XYZ7.1612.44.6-
YUV82.64107.3295.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 113 (44.53% from 255) = 57.65%
BLUE value IS 46 (18.36% from 255) = 23.47%
R=18.88%
G=57.65%
B=23.47%

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
Decimal37113460.6700.590.56127.1150.6729.41
Hex25712E4303B387f331d
Octal4516156103073701776335
Binary100101111000110111010000110111011111000111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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