#25742B

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

Shades of San Felix #25742B

Tints of San Felix #25742B

Color information

#25742B (or 0x25742B) is unknown color: approx San Felix. HEX triplet: 25, 74 and 2B. RGB value is (37,116,43). Sum of RGB (Red+Green+Blue) = 37+116+43=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 116 (45.70% from 255 or 59.18% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 116 - color contains mainly: green. Hex color #25742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25742B is #DA8BD4. Grayscale: #545454. Windows color (decimal): -14322645 or 2847781. OLE color: 2847781.

HSL color Cylindrical-coordinate representation of color #25742B: hue angle of 124.56º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25742B is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB3711643-
CMYK0.6800.630.55
HSL124.56º51.63%30%-
HSV(B)124.56º68.1%45.49%-
XYZ7.4413.064.41-
YUV84.06104.8394.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 116 (45.70% from 255) = 59.18%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=18.88%
G=59.18%
B=21.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116430.6800.630.55124.5651.6330
Hex25742B4403F377d341e
Octal4516453104077671756436
Binary100101111010010101110001000111111110111111110111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25742B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25742B; }

 p { color: rgb(37,116,43); }

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

<style>
 a { background-color: #25742B; }

 a { background-color: rgb(37,116,43); }

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

<style>
 span { border-color: #25742B; }

 span { border-color: rgb(37,116,43); }

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