Html Css Color HEX #2F4D36 Timber Green

📋 copy color: '#2F4D36'

red 47 ◦ green 77 ◦ blue 54

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

Shades of Timber Green #2F4D36

Tints of Timber Green #2F4D36

RGB

 RED value IS 47 (18.75% from 255) = 26.4%

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 54 (21.48% from 255) = 30.34%

R = 26.4%
G = 43.26%
B = 30.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#2F4D36 (or 0x2F4D36) is known color: Timber Green. HEX triplet: 2F, 4D and 36. RGB value is (47,77,54). Sum of RGB (Red+Green+Blue) = 47+77+54=178 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.40% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #2F4D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4D36 is #D0B2C9. Grayscale: #414141. Windows color (decimal): -13677258 or 3558703. OLE color: 3558703.

HSL color Cylindrical-coordinate representation of color #2F4D36: hue angle of 134º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2F4D36 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB 47 77 54 -
CMYK 0.39 0 0.30 0.70
HSL 134º 0.24% 0.24% -
HSV(B) 134º 0.39% 0.3% -
XYZ 4.49 6.18 4.45 -
YUV 65.41 121.56 114.87 -
System Red Green Blue C M Y K H S L
Decimal 47 77 54 0.39 0 0.30 0.70 134 0.24 0.24
Hex 2F 4D 36 27 0 1E 46 86 18 18
Octal 57 115 66 47 0 36 106 206 30 30
Binary 101111 1001101 110110 100111 0 11110 1000110 10000110 11000 11000

Color Harmonies of #2F4D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4D36

Black with #2F4D36

Text Example


Text Example

White with #2F4D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F4D36; }

 p { color: rgb(47,77,54); }

 H1.HeaderClassName
 {
   color: #2F4D36;
 }
 .AnyTagClassName
 {
   color: #2F4D36;
 }
</style>

background-color css

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

 a { background-color: rgb(47,77,54); }

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

border-color css

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

 span { border-color: rgb(47,77,54); }

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