#274B2D

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

Shades of Timber Green #274B2D

Tints of Timber Green #274B2D

Color information

#274B2D (or 0x274B2D) is unknown color: approx Timber Green. HEX triplet: 27, 4B and 2D. RGB value is (39,75,45). Sum of RGB (Red+Green+Blue) = 39+75+45=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2D is #D8B4D2. Grayscale: #3C3C3C. Windows color (decimal): -14202067 or 2968359. OLE color: 2968359.

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

Color convert

RGB397545-
CMYK0.4800.400.71
HSL130º31.58%22.35%-
HSV(B)130º48%29.41%-
XYZ3.835.653.37-
YUV60.82119.07112.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=24.53%
G=47.17%
B=28.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975450.4800.400.7113031.5822.35
Hex274B2D3002847822016
Octal4711355600501072024026
Binary1001111001011101101110000010100010001111000001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,75,45); }

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

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

 a { background-color: rgb(39,75,45); }

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

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

 span { border-color: rgb(39,75,45); }

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