#25400F

Color #25400F Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #25400F

Tints of Black Forest #25400F

Color information

#25400F (or 0x25400F) is unknown color: approx Black Forest. HEX triplet: 25, 40 and 0F. RGB value is (37,64,15). Sum of RGB (Red+Green+Blue) = 37+64+15=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #25400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25400F is #DABFF0. Grayscale: #323232. Windows color (decimal): -14335985 or 999461. OLE color: 999461.

HSL color Cylindrical-coordinate representation of color #25400F: hue angle of 93.06º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25400F is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB376415-
CMYK0.4200.770.75
HSL93.06º62.03%15.49%-
HSV(B)93.06º76.56%25.1%-
XYZ2.684.091.1-
YUV50.34108.05118.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 64 (25.39% from 255) = 55.17%
BLUE value IS 15 (6.25% from 255) = 12.93%
R=31.90%
G=55.17%
B=12.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764150.4200.770.7593.0662.0315.49
Hex2540F2A04D4B5d3ef
Octal45100175201151131357617
Binary1001011000000111110101001001101100101110111011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,64,15); }

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

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

 a { background-color: rgb(37,64,15); }

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

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

 span { border-color: rgb(37,64,15); }

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