#25420F

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

Shades of Black Forest #25420F

Tints of Black Forest #25420F

Color information

#25420F (or 0x25420F) is unknown color: approx Black Forest. HEX triplet: 25, 42 and 0F. RGB value is (37,66,15). Sum of RGB (Red+Green+Blue) = 37+66+15=118 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.36% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #25420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420F is #DABDF0. Grayscale: #333333. Windows color (decimal): -14335473 or 999973. OLE color: 999973.

HSL color Cylindrical-coordinate representation of color #25420F: hue angle of 94.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25420F is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB376615-
CMYK0.4400.770.74
HSL94.12º62.96%15.88%-
HSV(B)94.12º77.27%25.88%-
XYZ2.84.321.14-
YUV51.51107.39117.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.36%
GREEN value IS 66 (26.17% from 255) = 55.93%
BLUE value IS 15 (6.25% from 255) = 12.71%
R=31.36%
G=55.93%
B=12.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766150.4400.770.7494.1262.9615.88
Hex2542F2C04D4A5e3f10
Octal45102175401151121367720
Binary10010110000101111101100010011011001010101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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