Html Css Color HEX #27492D Timber Green

📋 copy color: '#27492D'

red 39 ◦ green 73 ◦ blue 45

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

Shades of Timber Green #27492D

Tints of Timber Green #27492D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

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

R = 24.84%
G = 46.5%
B = 28.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.71

RGB Variations

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

Color information

#27492D (or 0x27492D) is known color: Timber Green. HEX triplet: 27, 49 and 2D. RGB value is (39,73,45). Sum of RGB (Red+Green+Blue) = 39+73+45=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #27492D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27492D is #D8B6D2. Grayscale: #3B3B3B. Windows color (decimal): -14202579 or 2967847. OLE color: 2967847.

HSL color Cylindrical-coordinate representation of color #27492D: hue angle of 130.59º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27492D is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB 39 73 45 -
CMYK 0.47 0 0.38 0.71
HSL 130.59º 0.3% 0.22% -
HSV(B) 130.59º 0.47% 0.29% -
XYZ 3.69 5.39 3.33 -
YUV 59.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 39 73 45 0.47 0 0.38 0.71 130.59 0.3 0.22
Hex 27 49 2D 2F 0 26 47 83 1E 16
Octal 47 111 55 57 0 46 107 203 36 26
Binary 100111 1001001 101101 101111 0 100110 1000111 10000011 11110 10110

Color Harmonies of #27492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27492D

Black with #27492D

Text Example


Text Example

White with #27492D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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