#274A2B

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

Shades of Timber Green #274A2B

Tints of Timber Green #274A2B

Color information

#274A2B (or 0x274A2B) is unknown color: approx Timber Green. HEX triplet: 27, 4A and 2B. RGB value is (39,74,43). Sum of RGB (Red+Green+Blue) = 39+74+43=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 74 - color contains mainly: green. Hex color #274A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274A2B is #D8B5D4. Grayscale: #3C3C3C. Windows color (decimal): -14202325 or 2837031. OLE color: 2837031.

HSL color Cylindrical-coordinate representation of color #274A2B: hue angle of 126.86º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #274A2B is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB397443-
CMYK0.4700.420.71
HSL126.86º30.97%22.16%-
HSV(B)126.86º47.3%29.02%-
XYZ3.725.53.15-
YUV60118.4113.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 74 (29.30% from 255) = 47.44%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=25%
G=47.44%
B=27.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3974430.4700.420.71126.8630.9722.16
Hex274A2B2F02A477f1f16
Octal4711253570521071773726
Binary10011110010101010111011110101010100011111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274A2B; }

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

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

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

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

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

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

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

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