#274430

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

Shades of Timber Green #274430

Tints of Timber Green #274430

Color information

#274430 (or 0x274430) is unknown color: approx Timber Green. HEX triplet: 27, 44 and 30. RGB value is (39,68,48). Sum of RGB (Red+Green+Blue) = 39+68+48=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #274430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274430 is #D8BBCF. Grayscale: #393939. Windows color (decimal): -14203856 or 3163175. OLE color: 3163175.

HSL color Cylindrical-coordinate representation of color #274430: hue angle of 138.62º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #274430 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB396848-
CMYK0.4300.290.73
HSL138.62º27.1%20.98%-
HSV(B)138.62º42.65%26.67%-
XYZ3.444.783.54-
YUV57.05122.89115.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=25.16%
G=43.87%
B=30.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3968480.4300.290.73138.6227.120.98
Hex2744302B01D498b1b15
Octal4710460530351112133325
Binary10011110001001100001010110111011001001100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274430; }

 p { color: rgb(39,68,48); }

 H1.HeaderClassName
 {
   color: #274430;
 }
 .AnyTagClassName
 {
   color: #274430;
 }
</style>
background-color css

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

 a { background-color: rgb(39,68,48); }

 div.DivClassName
 {
   background-color: #274430;
 }
 .BgClassName
 {
   background-color: #274430;
 }
</style>
border-color css

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

 span { border-color: rgb(39,68,48); }

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