#264730

Color #264730 Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #264730

Tints of Timber Green #264730

Color information

#264730 (or 0x264730) is unknown color: approx Timber Green. HEX triplet: 26, 47 and 30. RGB value is (38,71,48). Sum of RGB (Red+Green+Blue) = 38+71+48=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #264730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264730 is #D9B8CF. Grayscale: #3A3A3A. Windows color (decimal): -14268624 or 3163942. OLE color: 3163942.

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

Color convert

RGB387148-
CMYK0.4600.320.72
HSL138.18º30.28%21.37%-
HSV(B)138.18º46.48%27.84%-
XYZ3.595.133.6-
YUV58.51122.07113.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 71 (28.12% from 255) = 45.22%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=24.20%
G=45.22%
B=30.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3871480.4600.320.72138.1830.2821.37
Hex2647302E020488a1e15
Octal4610760560401102123625
Binary100110100011111000010111001000001001000100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264730; }

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

 H1.HeaderClassName
 {
   color: #264730;
 }
 .AnyTagClassName
 {
   color: #264730;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #264730;
 }
 .BgClassName
 {
   background-color: #264730;
 }
</style>
border-color css

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

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

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