#27472B

Color #27472B Timber Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Timber Green #27472B

Tints of Timber Green #27472B

Color information

#27472B (or 0x27472B) is unknown color: approx 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

RGB397143-
CMYK0.4500.390.72
HSL127.5º29.09%21.57%-
HSV(B)127.5º45.07%27.84%-
XYZ3.535.113.09-
YUV58.24119.4114.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.49%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=25.49%
G=46.41%
B=28.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3971430.4500.390.72127.529.0921.57
Hex27472B2D02748801d16
Octal4710753550471102003526
Binary100111100011110101110110101001111001000100000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>