Html Css Color HEX #28442E Timber Green

📋 copy color: '#28442E'

red 40 ◦ green 68 ◦ blue 46

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

Shades of Timber Green #28442E

Tints of Timber Green #28442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.16%

 BLUE value IS 46 (18.36% from 255) = 29.87%

R = 25.97%
G = 44.16%
B = 29.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#28442E (or 0x28442E) is known color: Timber Green. HEX triplet: 28, 44 and 2E. RGB value is (40,68,46). Sum of RGB (Red+Green+Blue) = 40+68+46=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #28442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442E is #D7BBD1. Grayscale: #393939. Windows color (decimal): -14138322 or 3032104. OLE color: 3032104.

HSL color Cylindrical-coordinate representation of color #28442E: hue angle of 132.86º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #28442E is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 68 46 -
CMYK 0.41 0 0.32 0.73
HSL 132.86º 0.26% 0.21% -
HSV(B) 132.86º 0.41% 0.27% -
XYZ 3.44 4.78 3.33 -
YUV 57.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 40 68 46 0.41 0 0.32 0.73 132.86 0.26 0.21
Hex 28 44 2E 29 0 20 49 85 1A 15
Octal 50 104 56 51 0 40 111 205 32 25
Binary 101000 1000100 101110 101001 0 100000 1001001 10000101 11010 10101

Color Harmonies of #28442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28442E

Black with #28442E

Text Example


Text Example

White with #28442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28442E; }

 p { color: rgb(40,68,46); }

 H1.HeaderClassName
 {
   color: #28442E;
 }
 .AnyTagClassName
 {
   color: #28442E;
 }
</style>

background-color css

<style>
 a { background-color: #28442E; }

 a { background-color: rgb(40,68,46); }

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

border-color css

<style>
 span { border-color: #28442E; }

 span { border-color: rgb(40,68,46); }

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