Html Css Color HEX #28422D Timber Green

📋 copy color: '#28422D'

red 40 ◦ green 66 ◦ blue 45

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

Shades of Timber Green #28422D

Tints of Timber Green #28422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.71%

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

R = 26.49%
G = 43.71%
B = 29.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#28422D (or 0x28422D) is known color: Timber Green. HEX triplet: 28, 42 and 2D. RGB value is (40,66,45). Sum of RGB (Red+Green+Blue) = 40+66+45=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #28422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422D is #D7BDD2. Grayscale: #373737. Windows color (decimal): -14138835 or 2966056. OLE color: 2966056.

HSL color Cylindrical-coordinate representation of color #28422D: hue angle of 131.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28422D is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 45 -
CMYK 0.39 0 0.32 0.74
HSL 131.54º 0.25% 0.21% -
HSV(B) 131.54º 0.39% 0.26% -
XYZ 3.3 4.54 3.18 -
YUV 55.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 40 66 45 0.39 0 0.32 0.74 131.54 0.25 0.21
Hex 28 42 2D 27 0 20 4A 84 19 15
Octal 50 102 55 47 0 40 112 204 31 25
Binary 101000 1000010 101101 100111 0 100000 1001010 10000100 11001 10101

Color Harmonies of #28422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28422D

Black with #28422D

Text Example


Text Example

White with #28422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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