#25420D

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

Shades of Black Forest #25420D

Tints of Black Forest #25420D

Color information

#25420D (or 0x25420D) is unknown color: approx Black Forest. HEX triplet: 25, 42 and 0D. RGB value is (37,66,13). Sum of RGB (Red+Green+Blue) = 37+66+13=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #25420D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420D is #DABDF2. Grayscale: #333333. Windows color (decimal): -14335475 or 868901. OLE color: 868901.

HSL color Cylindrical-coordinate representation of color #25420D: hue angle of 92.83º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25420D is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB376613-
CMYK0.4400.800.74
HSL92.83º67.09%15.49%-
HSV(B)92.83º80.3%25.88%-
XYZ2.784.321.07-
YUV51.29106.39117.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 66 (26.17% from 255) = 56.90%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=31.90%
G=56.90%
B=11.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766130.4400.800.7492.8367.0915.49
Hex2542D2C0504A5d43f
Octal451021554012011213510317
Binary10010110000101101101100010100001001010101110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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