Html Css Color HEX #27472B Timber Green

📋 copy color: '#27472B'

red 39 ◦ green 71 ◦ blue 43

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

Shades of Timber Green #27472B

Tints of Timber Green #27472B

RGB

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

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

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

R = 25.49%
G = 46.41%
B = 28.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#27472B (or 0x27472B) is known color: Timber Green. HEX triplet: 27, 47 and 2B. RGB value is (39,71,43). Sum of RGB (Red+Green+Blue) = 39+71+43=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #27472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27472B is #D8B8D4. Grayscale: #3A3A3A. Windows color (decimal): -14203093 or 2836263. OLE color: 2836263.

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

Color convert

RGB 39 71 43 -
CMYK 0.45 0 0.39 0.72
HSL 127.5º 0.29% 0.22% -
HSV(B) 127.5º 0.45% 0.28% -
XYZ 3.53 5.11 3.09 -
YUV 58.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 39 71 43 0.45 0 0.39 0.72 127.5 0.29 0.22
Hex 27 47 2B 2D 0 27 48 80 1D 16
Octal 47 107 53 55 0 47 110 200 35 26
Binary 100111 1000111 101011 101101 0 100111 1001000 10000000 11101 10110

Color Harmonies of #27472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27472B

Black with #27472B

Text Example


Text Example

White with #27472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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