Html Css Color HEX #2F4231 Timber Green

📋 copy color: '#2F4231'

red 47 ◦ green 66 ◦ blue 49

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

Shades of Timber Green #2F4231

Tints of Timber Green #2F4231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 29.01%
G = 40.74%
B = 30.25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#2F4231 (or 0x2F4231) is known color: Timber Green. HEX triplet: 2F, 42 and 31. RGB value is (47,66,49). Sum of RGB (Red+Green+Blue) = 47+66+49=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4231 is #D0BDCE. Grayscale: #3A3A3A. Windows color (decimal): -13680079 or 3228207. OLE color: 3228207.

HSL color Cylindrical-coordinate representation of color #2F4231: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F4231 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 49 -
CMYK 0.29 0 0.26 0.74
HSL 126.32º 0.17% 0.22% -
HSV(B) 126.32º 0.29% 0.26% -
XYZ 3.67 4.72 3.62 -
YUV 58.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 47 66 49 0.29 0 0.26 0.74 126.32 0.17 0.22
Hex 2F 42 31 1D 0 1A 4A 7E 11 16
Octal 57 102 61 35 0 32 112 176 21 26
Binary 101111 1000010 110001 11101 0 11010 1001010 1111110 10001 10110

Color Harmonies of #2F4231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4231

Black with #2F4231

Text Example


Text Example

White with #2F4231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,66,49); }

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

background-color css

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

 a { background-color: rgb(47,66,49); }

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

border-color css

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

 span { border-color: rgb(47,66,49); }

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