Html Css Color HEX #284A2C Timber Green

📋 copy color: '#284A2C'

red 40 ◦ green 74 ◦ blue 44

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

Shades of Timber Green #284A2C

Tints of Timber Green #284A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 46.84%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 25.32%
G = 46.84%
B = 27.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#284A2C (or 0x284A2C) is known color: Timber Green. HEX triplet: 28, 4A and 2C. RGB value is (40,74,44). Sum of RGB (Red+Green+Blue) = 40+74+44=158 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.32% from 158); Green value is 74 (29.30% from 255 or 46.84% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 74 - color contains mainly: green. Hex color #284A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A2C is #D7B5D3. Grayscale: #3C3C3C. Windows color (decimal): -14136788 or 2902568. OLE color: 2902568.

HSL color Cylindrical-coordinate representation of color #284A2C: hue angle of 127.06º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A2C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 74 44 -
CMYK 0.46 0 0.41 0.71
HSL 127.06º 0.3% 0.22% -
HSV(B) 127.06º 0.46% 0.29% -
XYZ 3.78 5.53 3.25 -
YUV 60.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 40 74 44 0.46 0 0.41 0.71 127.06 0.3 0.22
Hex 28 4A 2C 2E 0 29 47 7F 1E 16
Octal 50 112 54 56 0 51 107 177 36 26
Binary 101000 1001010 101100 101110 0 101001 1000111 1111111 11110 10110

Color Harmonies of #284A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A2C

Black with #284A2C

Text Example


Text Example

White with #284A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A2C; }

 p { color: rgb(40,74,44); }

 H1.HeaderClassName
 {
   color: #284A2C;
 }
 .AnyTagClassName
 {
   color: #284A2C;
 }
</style>

background-color css

<style>
 a { background-color: #284A2C; }

 a { background-color: rgb(40,74,44); }

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

border-color css

<style>
 span { border-color: #284A2C; }

 span { border-color: rgb(40,74,44); }

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