Html Css Color HEX #26472B Timber Green

📋 copy color: '#26472B'

red 38 ◦ green 71 ◦ blue 43

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

Shades of Timber Green #26472B

Tints of Timber Green #26472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 25%
G = 46.71%
B = 28.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#26472B (or 0x26472B) is known color: Timber Green. HEX triplet: 26, 47 and 2B. RGB value is (38,71,43). Sum of RGB (Red+Green+Blue) = 38+71+43=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 71 (28.12% from 255 or 46.71% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 71 - color contains mainly: green. Hex color #26472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472B is #D9B8D4. Grayscale: #3A3A3A. Windows color (decimal): -14268629 or 2836262. OLE color: 2836262.

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

Color convert

RGB 38 71 43 -
CMYK 0.46 0 0.39 0.72
HSL 129.09º 0.3% 0.21% -
HSV(B) 129.09º 0.46% 0.28% -
XYZ 3.49 5.09 3.08 -
YUV 57.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 38 71 43 0.46 0 0.39 0.72 129.09 0.3 0.21
Hex 26 47 2B 2E 0 27 48 81 1E 15
Octal 46 107 53 56 0 47 110 201 36 25
Binary 100110 1000111 101011 101110 0 100111 1001000 10000001 11110 10101

Color Harmonies of #26472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26472B

Black with #26472B

Text Example


Text Example

White with #26472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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