Html Css Color HEX #25472D Timber Green

📋 copy color: '#25472D'

red 37 ◦ green 71 ◦ blue 45

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

Shades of Timber Green #25472D

Tints of Timber Green #25472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 46.41%

 BLUE value IS 45 (17.97% from 255) = 29.41%

R = 24.18%
G = 46.41%
B = 29.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#25472D (or 0x25472D) is known color: Timber Green. HEX triplet: 25, 47 and 2D. RGB value is (37,71,45). Sum of RGB (Red+Green+Blue) = 37+71+45=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #25472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25472D is #DAB8D2. Grayscale: #393939. Windows color (decimal): -14334163 or 2967333. OLE color: 2967333.

HSL color Cylindrical-coordinate representation of color #25472D: hue angle of 134.12º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25472D is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 71 45 -
CMYK 0.48 0 0.37 0.72
HSL 134.12º 0.31% 0.21% -
HSV(B) 134.12º 0.48% 0.28% -
XYZ 3.49 5.09 3.28 -
YUV 57.87 120.74 113.11 -
System Red Green Blue C M Y K H S L
Decimal 37 71 45 0.48 0 0.37 0.72 134.12 0.31 0.21
Hex 25 47 2D 30 0 25 48 86 1F 15
Octal 45 107 55 60 0 45 110 206 37 25
Binary 100101 1000111 101101 110000 0 100101 1001000 10000110 11111 10101

Color Harmonies of #25472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25472D

Black with #25472D

Text Example


Text Example

White with #25472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,71,45); }

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

background-color css

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

 a { background-color: rgb(37,71,45); }

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

border-color css

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

 span { border-color: rgb(37,71,45); }

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