Html Css Color HEX #26472A Timber Green

📋 copy color: '#26472A'

red 38 ◦ green 71 ◦ blue 42

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

Shades of Timber Green #26472A

Tints of Timber Green #26472A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 25.17%
G = 47.02%
B = 27.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#26472A (or 0x26472A) is known color: Timber Green. HEX triplet: 26, 47 and 2A. RGB value is (38,71,42). Sum of RGB (Red+Green+Blue) = 38+71+42=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #26472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472A is #D9B8D5. Grayscale: #393939. Windows color (decimal): -14268630 or 2770726. OLE color: 2770726.

HSL color Cylindrical-coordinate representation of color #26472A: hue angle of 127.27º 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 #26472A is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 42 -
CMYK 0.46 0 0.41 0.72
HSL 127.27º 0.3% 0.21% -
HSV(B) 127.27º 0.46% 0.28% -
XYZ 3.47 5.09 2.99 -
YUV 57.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 38 71 42 0.46 0 0.41 0.72 127.27 0.3 0.21
Hex 26 47 2A 2E 0 29 48 7F 1E 15
Octal 46 107 52 56 0 51 110 177 36 25
Binary 100110 1000111 101010 101110 0 101001 1001000 1111111 11110 10101

Color Harmonies of #26472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26472A

Black with #26472A

Text Example


Text Example

White with #26472A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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