Html Css Color HEX #28412D Timber Green

📋 copy color: '#28412D'

red 40 ◦ green 65 ◦ blue 45

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

Shades of Timber Green #28412D

Tints of Timber Green #28412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.33%

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

R = 26.67%
G = 43.33%
B = 30%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#28412D (or 0x28412D) is known color: Timber Green. HEX triplet: 28, 41 and 2D. RGB value is (40,65,45). Sum of RGB (Red+Green+Blue) = 40+65+45=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #28412D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28412D is #D7BED2. Grayscale: #373737. Windows color (decimal): -14139091 or 2965800. OLE color: 2965800.

HSL color Cylindrical-coordinate representation of color #28412D: hue angle of 132º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28412D is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 65 45 -
CMYK 0.38 0 0.31 0.75
HSL 132º 0.24% 0.21% -
HSV(B) 132º 0.38% 0.25% -
XYZ 3.24 4.42 3.17 -
YUV 55.25 122.22 117.13 -
System Red Green Blue C M Y K H S L
Decimal 40 65 45 0.38 0 0.31 0.75 132 0.24 0.21
Hex 28 41 2D 26 0 1F 4B 84 18 15
Octal 50 101 55 46 0 37 113 204 30 25
Binary 101000 1000001 101101 100110 0 11111 1001011 10000100 11000 10101

Color Harmonies of #28412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28412D

Black with #28412D

Text Example


Text Example

White with #28412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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