Html Css Color HEX #25420F Black Forest

📋 copy color: '#25420F'

red 37 ◦ green 66 ◦ blue 15

#25420F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #25420F

Tints of Black Forest #25420F

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 value IS 0.44

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#25420F (or 0x25420F) is known color: 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

RGB 37 66 15 -
CMYK 0.44 0 0.77 0.74
HSL 94.12º 0.63% 0.16% -
HSV(B) 94.12º 0.77% 0.26% -
XYZ 2.8 4.32 1.14 -
YUV 51.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 37 66 15 0.44 0 0.77 0.74 94.12 0.63 0.16
Hex 25 42 F 2C 0 4D 4A 5E 3F 10
Octal 45 102 17 54 0 115 112 136 77 20
Binary 100101 1000010 1111 101100 0 1001101 1001010 1011110 111111 10000

Color Harmonies of #25420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25420F

Black with #25420F

Text Example


Text Example

White with #25420F

Text Example


Text Example

HTML Codes & Css Web 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>