Html Css Color HEX #27482B Timber Green

📋 copy color: '#27482B'

red 39 ◦ green 72 ◦ blue 43

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

Shades of Timber Green #27482B

Tints of Timber Green #27482B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.92%

R = 25.32%
G = 46.75%
B = 27.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.72

RGB Variations

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

Color information

#27482B (or 0x27482B) is known color: Timber Green. HEX triplet: 27, 48 and 2B. RGB value is (39,72,43). Sum of RGB (Red+Green+Blue) = 39+72+43=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 72 - color contains mainly: green. Hex color #27482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27482B is #D8B7D4. Grayscale: #3A3A3A. Windows color (decimal): -14202837 or 2836519. OLE color: 2836519.

HSL color Cylindrical-coordinate representation of color #27482B: hue angle of 127.27º 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 #27482B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB 39 72 43 -
CMYK 0.46 0 0.40 0.72
HSL 127.27º 0.3% 0.22% -
HSV(B) 127.27º 0.46% 0.28% -
XYZ 3.59 5.24 3.11 -
YUV 58.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 39 72 43 0.46 0 0.40 0.72 127.27 0.3 0.22
Hex 27 48 2B 2E 0 28 48 7F 1E 16
Octal 47 110 53 56 0 50 110 177 36 26
Binary 100111 1001000 101011 101110 0 101000 1001000 1111111 11110 10110

Color Harmonies of #27482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27482B

Black with #27482B

Text Example


Text Example

White with #27482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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