Html Css Color HEX #27472F Timber Green

📋 copy color: '#27472F'

red 39 ◦ green 71 ◦ blue 47

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

Shades of Timber Green #27472F

Tints of Timber Green #27472F

RGB

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

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

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

R = 24.84%
G = 45.22%
B = 29.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#27472F (or 0x27472F) is known color: Timber Green. HEX triplet: 27, 47 and 2F. RGB value is (39,71,47). Sum of RGB (Red+Green+Blue) = 39+71+47=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 71 (28.12% from 255 or 45.22% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 71 - color contains mainly: green. Hex color #27472F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27472F is #D8B8D0. Grayscale: #3A3A3A. Windows color (decimal): -14203089 or 3098407. OLE color: 3098407.

HSL color Cylindrical-coordinate representation of color #27472F: hue angle of 135º 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 #27472F is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 71 47 -
CMYK 0.45 0 0.34 0.72
HSL 135º 0.29% 0.22% -
HSV(B) 135º 0.45% 0.28% -
XYZ 3.6 5.14 3.49 -
YUV 58.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 39 71 47 0.45 0 0.34 0.72 135 0.29 0.22
Hex 27 47 2F 2D 0 22 48 87 1D 16
Octal 47 107 57 55 0 42 110 207 35 26
Binary 100111 1000111 101111 101101 0 100010 1001000 10000111 11101 10110

Color Harmonies of #27472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27472F

Black with #27472F

Text Example


Text Example

White with #27472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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