Html Css Color HEX #2C472F Timber Green

📋 copy color: '#2C472F'

red 44 ◦ green 71 ◦ blue 47

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

Shades of Timber Green #2C472F

Tints of Timber Green #2C472F

RGB

 RED value IS 44 (17.58% from 255) = 27.16%

 GREEN value IS 71 (28.13% from 255) = 43.83%

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

R = 27.16%
G = 43.83%
B = 29.01%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#2C472F (or 0x2C472F) is known color: Timber Green. HEX triplet: 2C, 47 and 2F. RGB value is (44,71,47). Sum of RGB (Red+Green+Blue) = 44+71+47=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2C472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C472F is #D3B8D0. Grayscale: #3C3C3C. Windows color (decimal): -13875409 or 3098412. OLE color: 3098412.

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

Color convert

RGB 44 71 47 -
CMYK 0.38 0 0.34 0.72
HSL 126.67º 0.23% 0.23% -
HSV(B) 126.67º 0.38% 0.28% -
XYZ 3.81 5.25 3.5 -
YUV 60.19 120.55 116.45 -
System Red Green Blue C M Y K H S L
Decimal 44 71 47 0.38 0 0.34 0.72 126.67 0.23 0.23
Hex 2C 47 2F 26 0 22 48 7F 17 17
Octal 54 107 57 46 0 42 110 177 27 27
Binary 101100 1000111 101111 100110 0 100010 1001000 1111111 10111 10111

Color Harmonies of #2C472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C472F

Black with #2C472F

Text Example


Text Example

White with #2C472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,71,47); }

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

background-color css

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

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

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

border-color css

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

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

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