Html Css Color HEX #26472C Timber Green

📋 copy color: '#26472C'

red 38 ◦ green 71 ◦ blue 44

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

Shades of Timber Green #26472C

Tints of Timber Green #26472C

RGB

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

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

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

R = 24.84%
G = 46.41%
B = 28.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#26472C (or 0x26472C) is known color: Timber Green. HEX triplet: 26, 47 and 2C. RGB value is (38,71,44). Sum of RGB (Red+Green+Blue) = 38+71+44=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #26472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26472C is #D9B8D3. Grayscale: #3A3A3A. Windows color (decimal): -14268628 or 2901798. OLE color: 2901798.

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

Color convert

RGB 38 71 44 -
CMYK 0.46 0 0.38 0.72
HSL 130.91º 0.3% 0.21% -
HSV(B) 130.91º 0.46% 0.28% -
XYZ 3.51 5.1 3.18 -
YUV 58.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 38 71 44 0.46 0 0.38 0.72 130.91 0.3 0.21
Hex 26 47 2C 2E 0 26 48 83 1E 15
Octal 46 107 54 56 0 46 110 203 36 25
Binary 100110 1000111 101100 101110 0 100110 1001000 10000011 11110 10101

Color Harmonies of #26472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26472C

Black with #26472C

Text Example


Text Example

White with #26472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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