#25420E

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

Shades of Black Forest #25420E

Tints of Black Forest #25420E

Color information

#25420E (or 0x25420E) is unknown color: approx Black Forest. HEX triplet: 25, 42 and 0E. RGB value is (37,66,14). Sum of RGB (Red+Green+Blue) = 37+66+14=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #25420E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25420E is #DABDF1. Grayscale: #333333. Windows color (decimal): -14335474 or 934437. OLE color: 934437.

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

Color convert

RGB376614-
CMYK0.4400.790.74
HSL93.46º65%15.69%-
HSV(B)93.46º78.79%25.88%-
XYZ2.794.321.1-
YUV51.4106.89117.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.62%
GREEN value IS 66 (26.17% from 255) = 56.41%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=31.62%
G=56.41%
B=11.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766140.4400.790.7493.466515.69
Hex2542E2C04F4A5d4110
Octal451021654011711213510120
Binary100101100001011101011000100111110010101011101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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