Html Css Color HEX #2F4838 Timber Green

📋 copy color: '#2F4838'

red 47 ◦ green 72 ◦ blue 56

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

Shades of Timber Green #2F4838

Tints of Timber Green #2F4838

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

 BLUE value IS 56 (22.27% from 255) = 32%

R = 26.86%
G = 41.14%
B = 32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.72

RGB Variations

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

Color information

#2F4838 (or 0x2F4838) is known color: Timber Green. HEX triplet: 2F, 48 and 38. RGB value is (47,72,56). Sum of RGB (Red+Green+Blue) = 47+72+56=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 56 (22.27% from 255 or 32% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #2F4838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4838 is #D0B7C7. Grayscale: #3E3E3E. Windows color (decimal): -13678536 or 3688495. OLE color: 3688495.

HSL color Cylindrical-coordinate representation of color #2F4838: hue angle of 141.6º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2F4838 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB 47 72 56 -
CMYK 0.35 0 0.22 0.72
HSL 141.6º 0.21% 0.23% -
HSV(B) 141.6º 0.35% 0.28% -
XYZ 4.2 5.52 4.59 -
YUV 62.7 124.22 116.8 -
System Red Green Blue C M Y K H S L
Decimal 47 72 56 0.35 0 0.22 0.72 141.6 0.21 0.23
Hex 2F 48 38 23 0 16 48 8E 15 17
Octal 57 110 70 43 0 26 110 216 25 27
Binary 101111 1001000 111000 100011 0 10110 1001000 10001110 10101 10111

Color Harmonies of #2F4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4838

Black with #2F4838

Text Example


Text Example

White with #2F4838

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,72,56); }

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

background-color css

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

 a { background-color: rgb(47,72,56); }

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

border-color css

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

 span { border-color: rgb(47,72,56); }

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