Html Css Color HEX #27472D Timber Green

📋 copy color: '#27472D'

red 39 ◦ green 71 ◦ blue 45

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

Shades of Timber Green #27472D

Tints of Timber Green #27472D

RGB

 RED value IS 39 (15.63% from 255) = 25.16%

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

 BLUE value IS 45 (17.97% from 255) = 29.03%

R = 25.16%
G = 45.81%
B = 29.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#27472D (or 0x27472D) is known color: Timber Green. HEX triplet: 27, 47 and 2D. RGB value is (39,71,45). Sum of RGB (Red+Green+Blue) = 39+71+45=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #27472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27472D is #D8B8D2. Grayscale: #3A3A3A. Windows color (decimal): -14203091 or 2967335. OLE color: 2967335.

HSL color Cylindrical-coordinate representation of color #27472D: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #27472D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 45 -
CMYK 0.45 0 0.37 0.72
HSL 131.25º 0.29% 0.22% -
HSV(B) 131.25º 0.45% 0.28% -
XYZ 3.56 5.13 3.28 -
YUV 58.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 39 71 45 0.45 0 0.37 0.72 131.25 0.29 0.22
Hex 27 47 2D 2D 0 25 48 83 1D 16
Octal 47 107 55 55 0 45 110 203 35 26
Binary 100111 1000111 101101 101101 0 100101 1001000 10000011 11101 10110

Color Harmonies of #27472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27472D

Black with #27472D

Text Example


Text Example

White with #27472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27472D; }

 p { color: rgb(39,71,45); }

 H1.HeaderClassName
 {
   color: #27472D;
 }
 .AnyTagClassName
 {
   color: #27472D;
 }
</style>

background-color css

<style>
 a { background-color: #27472D; }

 a { background-color: rgb(39,71,45); }

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

border-color css

<style>
 span { border-color: #27472D; }

 span { border-color: rgb(39,71,45); }

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