#274D2F

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

Shades of Timber Green #274D2F

Tints of Timber Green #274D2F

Color information

#274D2F (or 0x274D2F) is unknown color: approx Timber Green. HEX triplet: 27, 4D and 2F. RGB value is (39,77,47). Sum of RGB (Red+Green+Blue) = 39+77+47=163 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.93% from 163); Green value is 77 (30.47% from 255 or 47.24% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 77 - color contains mainly: green. Hex color #274D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D2F is #D8B2D0. Grayscale: #3E3E3E. Windows color (decimal): -14201553 or 3099943. OLE color: 3099943.

HSL color Cylindrical-coordinate representation of color #274D2F: hue angle of 132.63º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D2F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB397747-
CMYK0.4900.390.70
HSL132.63º32.76%22.75%-
HSV(B)132.63º49.35%30.2%-
XYZ45.943.63-
YUV62.22119.41111.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.93%
GREEN value IS 77 (30.47% from 255) = 47.24%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=23.93%
G=47.24%
B=28.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3977470.4900.390.70132.6332.7622.75
Hex274D2F3102746852117
Octal4711557610471062054127
Binary1001111001101101111110001010011110001101000010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,47); }

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

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

 a { background-color: rgb(39,77,47); }

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

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

 span { border-color: rgb(39,77,47); }

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