Html Css Color HEX #254010 Black Forest

📋 copy color: '#254010'

red 37 ◦ green 64 ◦ blue 16

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

Shades of Black Forest #254010

Tints of Black Forest #254010

RGB

 RED value IS 37 (14.84% from 255) = 31.62%

 GREEN value IS 64 (25.39% from 255) = 54.7%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 31.62%
G = 54.7%
B = 13.68%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#254010 (or 0x254010) is known color: Black Forest. HEX triplet: 25, 40 and 10. RGB value is (37,64,16). Sum of RGB (Red+Green+Blue) = 37+64+16=117 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.62% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #254010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254010 is #DABFEF. Grayscale: #323232. Windows color (decimal): -14335984 or 1064997. OLE color: 1064997.

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

Color convert

RGB 37 64 16 -
CMYK 0.42 0 0.75 0.75
HSL 93.75º 0.6% 0.16% -
HSV(B) 93.75º 0.75% 0.25% -
XYZ 2.69 4.1 1.14 -
YUV 50.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 37 64 16 0.42 0 0.75 0.75 93.75 0.6 0.16
Hex 25 40 10 2A 0 4B 4B 5E 3C 10
Octal 45 100 20 52 0 113 113 136 74 20
Binary 100101 1000000 10000 101010 0 1001011 1001011 1011110 111100 10000

Color Harmonies of #254010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254010

Black with #254010

Text Example


Text Example

White with #254010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254010; }

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

 H1.HeaderClassName
 {
   color: #254010;
 }
 .AnyTagClassName
 {
   color: #254010;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #254010;
 }
 .BgClassName
 {
   background-color: #254010;
 }
</style>

border-color css

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

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

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