Html Css Color HEX #28472D Timber Green

📋 copy color: '#28472D'

red 40 ◦ green 71 ◦ blue 45

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

Shades of Timber Green #28472D

Tints of Timber Green #28472D

RGB

 RED value IS 40 (16.02% from 255) = 25.64%

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

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

R = 25.64%
G = 45.51%
B = 28.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#28472D (or 0x28472D) is known color: Timber Green. HEX triplet: 28, 47 and 2D. RGB value is (40,71,45). Sum of RGB (Red+Green+Blue) = 40+71+45=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #28472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28472D is #D7B8D2. Grayscale: #3A3A3A. Windows color (decimal): -14137555 or 2967336. OLE color: 2967336.

HSL color Cylindrical-coordinate representation of color #28472D: hue angle of 129.68º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #28472D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 71 45 -
CMYK 0.44 0 0.37 0.72
HSL 129.68º 0.28% 0.22% -
HSV(B) 129.68º 0.44% 0.28% -
XYZ 3.6 5.15 3.29 -
YUV 58.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 40 71 45 0.44 0 0.37 0.72 129.68 0.28 0.22
Hex 28 47 2D 2C 0 25 48 82 1C 16
Octal 50 107 55 54 0 45 110 202 34 26
Binary 101000 1000111 101101 101100 0 100101 1001000 10000010 11100 10110

Color Harmonies of #28472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28472D

Black with #28472D

Text Example


Text Example

White with #28472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,45); }

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

background-color css

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

 a { background-color: rgb(40,71,45); }

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

border-color css

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

 span { border-color: rgb(40,71,45); }

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