Html Css Color HEX #28422E Timber Green

📋 copy color: '#28422E'

red 40 ◦ green 66 ◦ blue 46

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

Shades of Timber Green #28422E

Tints of Timber Green #28422E

RGB

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

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

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

R = 26.32%
G = 43.42%
B = 30.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#28422E (or 0x28422E) is known color: Timber Green. HEX triplet: 28, 42 and 2E. RGB value is (40,66,46). Sum of RGB (Red+Green+Blue) = 40+66+46=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 46 (18.36% from 255 or 30.26% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #28422E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422E is #D7BDD1. Grayscale: #383838. Windows color (decimal): -14138834 or 3031592. OLE color: 3031592.

HSL color Cylindrical-coordinate representation of color #28422E: hue angle of 133.85º 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 #28422E is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 46 -
CMYK 0.39 0 0.30 0.74
HSL 133.85º 0.25% 0.21% -
HSV(B) 133.85º 0.39% 0.26% -
XYZ 3.32 4.54 3.29 -
YUV 55.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 40 66 46 0.39 0 0.30 0.74 133.85 0.25 0.21
Hex 28 42 2E 27 0 1E 4A 86 19 15
Octal 50 102 56 47 0 36 112 206 31 25
Binary 101000 1000010 101110 100111 0 11110 1001010 10000110 11001 10101

Color Harmonies of #28422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28422E

Black with #28422E

Text Example


Text Example

White with #28422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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