Html Css Color HEX #25472B Timber Green

📋 copy color: '#25472B'

red 37 ◦ green 71 ◦ blue 43

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

Shades of Timber Green #25472B

Tints of Timber Green #25472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 24.5%
G = 47.02%
B = 28.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#25472B (or 0x25472B) is known color: Timber Green. HEX triplet: 25, 47 and 2B. RGB value is (37,71,43). Sum of RGB (Red+Green+Blue) = 37+71+43=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #25472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25472B is #DAB8D4. Grayscale: #393939. Windows color (decimal): -14334165 or 2836261. OLE color: 2836261.

HSL color Cylindrical-coordinate representation of color #25472B: hue angle of 130.59º 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 #25472B is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 71 43 -
CMYK 0.48 0 0.39 0.72
HSL 130.59º 0.31% 0.21% -
HSV(B) 130.59º 0.48% 0.28% -
XYZ 3.45 5.07 3.08 -
YUV 57.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 37 71 43 0.48 0 0.39 0.72 130.59 0.31 0.21
Hex 25 47 2B 30 0 27 48 83 1F 15
Octal 45 107 53 60 0 47 110 203 37 25
Binary 100101 1000111 101011 110000 0 100111 1001000 10000011 11111 10101

Color Harmonies of #25472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25472B

Black with #25472B

Text Example


Text Example

White with #25472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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