Html Css Color HEX #26472E Timber Green

📋 copy color: '#26472E'

red 38 ◦ green 71 ◦ blue 46

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

Shades of Timber Green #26472E

Tints of Timber Green #26472E

RGB

 RED value IS 38 (15.23% from 255) = 24.52%

 GREEN value IS 71 (28.13% from 255) = 45.81%

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

R = 24.52%
G = 45.81%
B = 29.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#26472E (or 0x26472E) is known color: Timber Green. HEX triplet: 26, 47 and 2E. RGB value is (38,71,46). Sum of RGB (Red+Green+Blue) = 38+71+46=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #26472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472E is #D9B8D1. Grayscale: #3A3A3A. Windows color (decimal): -14268626 or 3032870. OLE color: 3032870.

HSL color Cylindrical-coordinate representation of color #26472E: hue angle of 134.55º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #26472E is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 46 -
CMYK 0.46 0 0.35 0.72
HSL 134.55º 0.3% 0.21% -
HSV(B) 134.55º 0.46% 0.28% -
XYZ 3.55 5.12 3.39 -
YUV 58.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 38 71 46 0.46 0 0.35 0.72 134.55 0.3 0.21
Hex 26 47 2E 2E 0 23 48 87 1E 15
Octal 46 107 56 56 0 43 110 207 36 25
Binary 100110 1000111 101110 101110 0 100011 1001000 10000111 11110 10101

Color Harmonies of #26472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26472E

Black with #26472E

Text Example


Text Example

White with #26472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,71,46); }

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

background-color css

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

 a { background-color: rgb(38,71,46); }

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

border-color css

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

 span { border-color: rgb(38,71,46); }

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