Html Css Color HEX #264730 Timber Green

📋 copy color: '#264730'

red 38 ◦ green 71 ◦ blue 48

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

Shades of Timber Green #264730

Tints of Timber Green #264730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 24.2%
G = 45.22%
B = 30.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#264730 (or 0x264730) is known color: 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

RGB 38 71 48 -
CMYK 0.46 0 0.32 0.72
HSL 138.18º 0.3% 0.21% -
HSV(B) 138.18º 0.46% 0.28% -
XYZ 3.59 5.13 3.6 -
YUV 58.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 38 71 48 0.46 0 0.32 0.72 138.18 0.3 0.21
Hex 26 47 30 2E 0 20 48 8A 1E 15
Octal 46 107 60 56 0 40 110 212 36 25
Binary 100110 1000111 110000 101110 0 100000 1001000 10001010 11110 10101

Color Harmonies of #264730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264730

Black with #264730

Text Example


Text Example

White with #264730

Text Example


Text Example

HTML Codes & Css Web 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>