#25701F

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

Shades of San Felix #25701F

Tints of San Felix #25701F

Color information

#25701F (or 0x25701F) is unknown color: approx San Felix. HEX triplet: 25, 70 and 1F. RGB value is (37,112,31). Sum of RGB (Red+Green+Blue) = 37+112+31=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #25701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25701F is #DA8FE0. Grayscale: #505050. Windows color (decimal): -14323681 or 2060325. OLE color: 2060325.

HSL color Cylindrical-coordinate representation of color #25701F: hue angle of 115.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #25701F is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB3711231-
CMYK0.6700.720.56
HSL115.56º56.64%28.04%-
HSV(B)115.56º72.32%43.92%-
XYZ6.812.083.27-
YUV80.34100.1597.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 112 (44.14% from 255) = 62.22%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=20.56%
G=62.22%
B=17.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal37112310.6700.720.56115.5656.6428.04
Hex25701F430483874391c
Octal45160371030110701647134
Binary100101111000011111100001101001000111000111010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25701F; }

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

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

<style>
 a { background-color: #25701F; }

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

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

<style>
 span { border-color: #25701F; }

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

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