#274B2B

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

Shades of Timber Green #274B2B

Tints of Timber Green #274B2B

Color information

#274B2B (or 0x274B2B) is unknown color: approx Timber Green. HEX triplet: 27, 4B and 2B. RGB value is (39,75,43). Sum of RGB (Red+Green+Blue) = 39+75+43=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #274B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B2B is #D8B4D4. Grayscale: #3C3C3C. Windows color (decimal): -14202069 or 2837287. OLE color: 2837287.

HSL color Cylindrical-coordinate representation of color #274B2B: hue angle of 126.67º 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 #274B2B is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB397543-
CMYK0.4800.430.71
HSL126.67º31.58%22.35%-
HSV(B)126.67º48%29.41%-
XYZ3.795.643.17-
YUV60.59118.07112.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 75 (29.69% from 255) = 47.77%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=24.84%
G=47.77%
B=27.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975430.4800.430.71126.6731.5822.35
Hex274B2B3002B477f2016
Octal4711353600531071774026
Binary100111100101110101111000001010111000111111111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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