Html Css Color HEX #25452D Timber Green

📋 copy color: '#25452D'

red 37 ◦ green 69 ◦ blue 45

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

Shades of Timber Green #25452D

Tints of Timber Green #25452D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 24.5%
G = 45.7%
B = 29.8%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#25452D (or 0x25452D) is known color: Timber Green. HEX triplet: 25, 45 and 2D. RGB value is (37,69,45). Sum of RGB (Red+Green+Blue) = 37+69+45=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #25452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25452D is #DABAD2. Grayscale: #383838. Windows color (decimal): -14334675 or 2966821. OLE color: 2966821.

HSL color Cylindrical-coordinate representation of color #25452D: hue angle of 135º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #25452D is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 69 45 -
CMYK 0.46 0 0.35 0.73
HSL 135º 0.3% 0.21% -
HSV(B) 135º 0.46% 0.27% -
XYZ 3.36 4.84 3.24 -
YUV 56.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 37 69 45 0.46 0 0.35 0.73 135 0.3 0.21
Hex 25 45 2D 2E 0 23 49 87 1E 15
Octal 45 105 55 56 0 43 111 207 36 25
Binary 100101 1000101 101101 101110 0 100011 1001001 10000111 11110 10101

Color Harmonies of #25452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25452D

Black with #25452D

Text Example


Text Example

White with #25452D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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