Html Css Color HEX #27482F Timber Green

📋 copy color: '#27482F'

red 39 ◦ green 72 ◦ blue 47

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

Shades of Timber Green #27482F

Tints of Timber Green #27482F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.57%

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

R = 24.68%
G = 45.57%
B = 29.75%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#27482F (or 0x27482F) is known color: Timber Green. HEX triplet: 27, 48 and 2F. RGB value is (39,72,47). Sum of RGB (Red+Green+Blue) = 39+72+47=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #27482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27482F is #D8B7D0. Grayscale: #3B3B3B. Windows color (decimal): -14202833 or 3098663. OLE color: 3098663.

HSL color Cylindrical-coordinate representation of color #27482F: hue angle of 134.55º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27482F is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 47 -
CMYK 0.46 0 0.35 0.72
HSL 134.55º 0.3% 0.22% -
HSV(B) 134.55º 0.46% 0.28% -
XYZ 3.67 5.27 3.51 -
YUV 59.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 39 72 47 0.46 0 0.35 0.72 134.55 0.3 0.22
Hex 27 48 2F 2E 0 23 48 87 1E 16
Octal 47 110 57 56 0 43 110 207 36 26
Binary 100111 1001000 101111 101110 0 100011 1001000 10000111 11110 10110

Color Harmonies of #27482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27482F

Black with #27482F

Text Example


Text Example

White with #27482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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