Html Css Color HEX #25462A Timber Green

📋 copy color: '#25462A'

red 37 ◦ green 70 ◦ blue 42

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

Shades of Timber Green #25462A

Tints of Timber Green #25462A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 46.98%

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

R = 24.83%
G = 46.98%
B = 28.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#25462A (or 0x25462A) is known color: Timber Green. HEX triplet: 25, 46 and 2A. RGB value is (37,70,42). Sum of RGB (Red+Green+Blue) = 37+70+42=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #25462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25462A is #DAB9D5. Grayscale: #393939. Windows color (decimal): -14334422 or 2770469. OLE color: 2770469.

HSL color Cylindrical-coordinate representation of color #25462A: hue angle of 129.09º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #25462A is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 70 42 -
CMYK 0.47 0 0.40 0.73
HSL 129.09º 0.31% 0.21% -
HSV(B) 129.09º 0.47% 0.27% -
XYZ 3.37 4.94 2.97 -
YUV 56.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 37 70 42 0.47 0 0.40 0.73 129.09 0.31 0.21
Hex 25 46 2A 2F 0 28 49 81 1F 15
Octal 45 106 52 57 0 50 111 201 37 25
Binary 100101 1000110 101010 101111 0 101000 1001001 10000001 11111 10101

Color Harmonies of #25462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25462A

Black with #25462A

Text Example


Text Example

White with #25462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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