#264B2B

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

Shades of Timber Green #264B2B

Tints of Timber Green #264B2B

Color information

#264B2B (or 0x264B2B) is unknown color: approx Timber Green. HEX triplet: 26, 4B and 2B. RGB value is (38,75,43). Sum of RGB (Red+Green+Blue) = 38+75+43=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 75 (29.69% from 255 or 48.08% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 75 - color contains mainly: green. Hex color #264B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264B2B is #D9B4D4. Grayscale: #3C3C3C. Windows color (decimal): -14267605 or 2837286. OLE color: 2837286.

HSL color Cylindrical-coordinate representation of color #264B2B: hue angle of 128.11º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #264B2B is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB387543-
CMYK0.4900.430.71
HSL128.11º32.74%22.16%-
HSV(B)128.11º49.33%29.41%-
XYZ3.755.623.17-
YUV60.29118.24112.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 75 (29.69% from 255) = 48.08%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=24.36%
G=48.08%
B=27.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3875430.4900.430.71128.1132.7422.16
Hex264B2B3102B47802116
Octal4611353610531072004126
Binary1001101001011101011110001010101110001111000000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B2B; }

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

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

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

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

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

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

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

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