Html Css Color HEX #28442F Timber Green

📋 copy color: '#28442F'

red 40 ◦ green 68 ◦ blue 47

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

Shades of Timber Green #28442F

Tints of Timber Green #28442F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 25.81%
G = 43.87%
B = 30.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#28442F (or 0x28442F) is known color: Timber Green. HEX triplet: 28, 44 and 2F. RGB value is (40,68,47). Sum of RGB (Red+Green+Blue) = 40+68+47=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #28442F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28442F is #D7BBD0. Grayscale: #393939. Windows color (decimal): -14138321 or 3097640. OLE color: 3097640.

HSL color Cylindrical-coordinate representation of color #28442F: hue angle of 135º 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 #28442F is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 68 47 -
CMYK 0.41 0 0.31 0.73
HSL 135º 0.26% 0.21% -
HSV(B) 135º 0.41% 0.27% -
XYZ 3.46 4.79 3.43 -
YUV 57.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 40 68 47 0.41 0 0.31 0.73 135 0.26 0.21
Hex 28 44 2F 29 0 1F 49 87 1A 15
Octal 50 104 57 51 0 37 111 207 32 25
Binary 101000 1000100 101111 101001 0 11111 1001001 10000111 11010 10101

Color Harmonies of #28442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28442F

Black with #28442F

Text Example


Text Example

White with #28442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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