Html Css Color HEX #2F4533 Timber Green

📋 copy color: '#2F4533'

red 47 ◦ green 69 ◦ blue 51

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

Shades of Timber Green #2F4533

Tints of Timber Green #2F4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.32%

 BLUE value IS 51 (20.31% from 255) = 30.54%

R = 28.14%
G = 41.32%
B = 30.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#2F4533 (or 0x2F4533) is known color: Timber Green. HEX triplet: 2F, 45 and 33. RGB value is (47,69,51). Sum of RGB (Red+Green+Blue) = 47+69+51=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #2F4533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4533 is #D0BACC. Grayscale: #3C3C3C. Windows color (decimal): -13679309 or 3360047. OLE color: 3360047.

HSL color Cylindrical-coordinate representation of color #2F4533: hue angle of 130.91º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2F4533 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 47 69 51 -
CMYK 0.32 0 0.26 0.73
HSL 130.91º 0.19% 0.23% -
HSV(B) 130.91º 0.32% 0.27% -
XYZ 3.9 5.1 3.91 -
YUV 60.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 47 69 51 0.32 0 0.26 0.73 130.91 0.19 0.23
Hex 2F 45 33 20 0 1A 49 83 13 17
Octal 57 105 63 40 0 32 111 203 23 27
Binary 101111 1000101 110011 100000 0 11010 1001001 10000011 10011 10111

Color Harmonies of #2F4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4533

Black with #2F4533

Text Example


Text Example

White with #2F4533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,69,51); }

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

background-color css

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

 a { background-color: rgb(47,69,51); }

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

border-color css

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

 span { border-color: rgb(47,69,51); }

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