Html Css Color HEX #2F422F Timber Green

📋 copy color: '#2F422F'

red 47 ◦ green 66 ◦ blue 47

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

Shades of Timber Green #2F422F

Tints of Timber Green #2F422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.38%

R = 29.38%
G = 41.25%
B = 29.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#2F422F (or 0x2F422F) is known color: Timber Green. HEX triplet: 2F, 42 and 2F. RGB value is (47,66,47). Sum of RGB (Red+Green+Blue) = 47+66+47=160 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.38% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #2F422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F422F is #D0BDD0. Grayscale: #3A3A3A. Windows color (decimal): -13680081 or 3097135. OLE color: 3097135.

HSL color Cylindrical-coordinate representation of color #2F422F: hue angle of 120º 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 #2F422F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 47 -
CMYK 0.29 0 0.29 0.74
HSL 120º 0.17% 0.22% -
HSV(B) 120º 0.29% 0.26% -
XYZ 3.63 4.71 3.41 -
YUV 58.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 47 66 47 0.29 0 0.29 0.74 120 0.17 0.22
Hex 2F 42 2F 1D 0 1D 4A 78 11 16
Octal 57 102 57 35 0 35 112 170 21 26
Binary 101111 1000010 101111 11101 0 11101 1001010 1111000 10001 10110

Color Harmonies of #2F422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F422F

Black with #2F422F

Text Example


Text Example

White with #2F422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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