Html Css Color HEX #25482C Timber Green

📋 copy color: '#25482C'

red 37 ◦ green 72 ◦ blue 44

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

Shades of Timber Green #25482C

Tints of Timber Green #25482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 24.18%
G = 47.06%
B = 28.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#25482C (or 0x25482C) is known color: Timber Green. HEX triplet: 25, 48 and 2C. RGB value is (37,72,44). Sum of RGB (Red+Green+Blue) = 37+72+44=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #25482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25482C is #DAB7D3. Grayscale: #3A3A3A. Windows color (decimal): -14333908 or 2902053. OLE color: 2902053.

HSL color Cylindrical-coordinate representation of color #25482C: hue angle of 132º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25482C is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 44 -
CMYK 0.49 0 0.39 0.72
HSL 132º 0.32% 0.21% -
HSV(B) 132º 0.49% 0.28% -
XYZ 3.53 5.21 3.2 -
YUV 58.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 37 72 44 0.49 0 0.39 0.72 132 0.32 0.21
Hex 25 48 2C 31 0 27 48 84 20 15
Octal 45 110 54 61 0 47 110 204 40 25
Binary 100101 1001000 101100 110001 0 100111 1001000 10000100 100000 10101

Color Harmonies of #25482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25482C

Black with #25482C

Text Example


Text Example

White with #25482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25482C; }

 p { color: rgb(37,72,44); }

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

background-color css

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

 a { background-color: rgb(37,72,44); }

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

border-color css

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

 span { border-color: rgb(37,72,44); }

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