Html Css Color HEX #25482A Timber Green

📋 copy color: '#25482A'

red 37 ◦ green 72 ◦ blue 42

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

Shades of Timber Green #25482A

Tints of Timber Green #25482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 24.5%
G = 47.68%
B = 27.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#25482A (or 0x25482A) is known color: Timber Green. HEX triplet: 25, 48 and 2A. RGB value is (37,72,42). Sum of RGB (Red+Green+Blue) = 37+72+42=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 72 (28.52% from 255 or 47.68% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 72 - color contains mainly: green. Hex color #25482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25482A is #DAB7D5. Grayscale: #3A3A3A. Windows color (decimal): -14333910 or 2770981. OLE color: 2770981.

HSL color Cylindrical-coordinate representation of color #25482A: hue angle of 128.57º 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 #25482A is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 72 42 -
CMYK 0.49 0 0.42 0.72
HSL 128.57º 0.32% 0.21% -
HSV(B) 128.57º 0.49% 0.28% -
XYZ 3.5 5.2 3.01 -
YUV 58.12 118.9 112.94 -
System Red Green Blue C M Y K H S L
Decimal 37 72 42 0.49 0 0.42 0.72 128.57 0.32 0.21
Hex 25 48 2A 31 0 2A 48 81 20 15
Octal 45 110 52 61 0 52 110 201 40 25
Binary 100101 1001000 101010 110001 0 101010 1001000 10000001 100000 10101

Color Harmonies of #25482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25482A

Black with #25482A

Text Example


Text Example

White with #25482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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